mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
Prevent scroll chaining of the modals
This commit is contained in:
parent
652e5a9d63
commit
e75ec2bdf7
3 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,7 @@ watch(show, n => {
|
|||
padding: 1rem;
|
||||
max-height: calc(90vh - 8rem);
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
.modal-content * {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue