Browse Source

CSS: Fix image modals in Firefox

JC Brand 5 years ago
parent
commit
2937ea7ef4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      sass/_modal.scss

+ 4 - 0
sass/_modal.scss

@@ -19,6 +19,10 @@
                         }
                     }
                 }
+
+                &.fit-content {
+                    box-sizing: content-box;
+                }
             }
             .modal-footer {
                 justify-content: flex-start;