Skip to content

Commit 1a4e36b

Browse files
committed
fix(modal): remove overflow: visible on modal content
1 parent b852239 commit 1a4e36b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scss/_modal.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
right: $modal-inset-mode-right;
3939
bottom: $modal-inset-mode-bottom;
4040
left: $modal-inset-mode-left;
41-
overflow: visible;
4241
min-height: $modal-inset-mode-min-height;
4342
width: (100% - $modal-inset-mode-left - $modal-inset-mode-right);
4443
}

0 commit comments

Comments
 (0)