Skip to content

Commit a5f114d

Browse files
#1: remove inner scrolling CSS
1 parent 932109b commit a5f114d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

css/src/_modal.scss

-8
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ $z-modal-dialog: 901 !default;
181181
padding: $space-l $space-base;
182182
}
183183

184-
// Element scrolling is not reliable across devices.
185-
/*
186-
.modal_body--scroll {
187-
overflow-y: auto;
188-
max-height: 400px;
189-
}
190-
*/
191-
192184
.modal_body > *:last-child {
193185
margin-bottom: 0;
194186
}

0 commit comments

Comments
 (0)