fix(modal): prevent scrolling and interactions below a modal on mobile

This commit is contained in:
rbf 2022-10-22 21:01:20 +02:00
parent 3052db4bd3
commit 6999d4246a
No known key found for this signature in database
GPG key ID: 2C29D03B77ACB0D5
9 changed files with 9 additions and 7 deletions

View file

@ -114,6 +114,7 @@ dialog {
padding-right: var(--scrollbar-width, 0px);
overflow: hidden;
pointer-events: none;
touch-action: none;
dialog {
pointer-events: auto;