瀏覽代碼

CSS: Fix image modals in Firefox

JC Brand 5 年之前
父節點
當前提交
2937ea7ef4
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;