fix(modal): scroll behaviour contain

This commit is contained in:
Juergen Kunz
2025-06-27 00:18:36 +00:00
parent d67a66662d
commit a57005a49b
3 changed files with 9 additions and 1 deletions

View File

@ -147,6 +147,7 @@ export class DeesModal extends DeesElement {
margin: 20px;
display: flex;
flex-direction: column;
overscroll-behavior: contain;
}
/* Width variations */
@ -269,6 +270,7 @@ export class DeesModal extends DeesElement {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
overscroll-behavior: contain;
}
.modal .bottomButtons {
display: flex;