mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
fix(modal): prevent scrolling and interactions below a modal on mobile
This commit is contained in:
parent
b082797555
commit
a696328621
2 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
|||
padding-right: var(#{$✨}scrollbar-width, 0px);
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
|
||||
dialog {
|
||||
pointer-events: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue