disallow scrolling in the backdrop of modals

pull/139/head
Aevann 2023-03-12 01:56:30 +02:00
parent fedc723a7c
commit f80a927172
1 changed files with 1 additions and 6 deletions

View File

@ -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;