forked from MarseyWorld/MarseyWorld
disallow scrolling in the backdrop of modals
parent
fedc723a7c
commit
f80a927172
|
@ -1837,8 +1837,7 @@ button.close {
|
|||
padding: 0.75rem;
|
||||
}
|
||||
.modal-open {
|
||||
overflow: auto !important;
|
||||
padding-right: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.modal-open .modal {
|
||||
overflow-x: hidden;
|
||||
|
@ -7138,10 +7137,6 @@ body {
|
|||
line-height: 2.3;
|
||||
}
|
||||
|
||||
.modal, body, nav {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.dm_img[alt^="![]("] {
|
||||
width: 200px;
|
||||
max-height: 100vh !important;
|
||||
|
|
Loading…
Reference in New Issue