remove modal css override

This commit is contained in:
GeoSot 2021-04-05 00:24:04 +03:00 committed by Mark Otto
parent 6e1c9096f0
commit 130a5ba1df
1 changed files with 2 additions and 11 deletions

View File

@ -4,16 +4,6 @@
// .modal-content - actual modal w/ bg and corners and stuff
.modal-open {
// Kill the scroll on the body
overflow: hidden;
.modal {
overflow-x: hidden;
overflow-y: auto;
}
}
// Container that the modal scrolls within
.modal {
position: fixed;
@ -23,7 +13,8 @@
display: none;
width: 100%;
height: 100%;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
// Prevent Chrome on Windows from adding a focus outline. For details, see
// https://github.com/twbs/bootstrap/pull/10951.
outline: 0;