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 committed by Lucas Larroche
parent b082797555
commit a696328621
2 changed files with 2 additions and 0 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;