Parcourir la source

CSS: Fix image modal max width

JC Brand il y a 5 ans
Parent
commit
4534a343d6
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      sass/_modal.scss

+ 4 - 0
sass/_modal.scss

@@ -22,6 +22,10 @@
 
                 &.fit-content {
                     box-sizing: content-box;
+
+                    img {
+                        max-width: 90vw;
+                    }
                 }
             }
             .modal-footer {