ソースを参照

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;