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

This commit is contained in:
rbf 2022-11-07 16:17:06 +01:00
parent 52e1072a08
commit 19d3c223fb
No known key found for this signature in database
GPG key ID: 2C29D03B77ACB0D5
5 changed files with 5 additions and 3 deletions

View file

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