disable rubberband in :root and bottom sheets
All checks were successful
/ depoly (push) Successful in 55s

This commit is contained in:
thislight 2024-09-27 18:10:23 +08:00
parent 11c31f7f42
commit 825baba088
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
width: 100%;
max-width: 560px;
border-radius: 2px;
overscroll-behavior: contain;
overscroll-behavior: none;
max-height: 100vh;
max-height: 100dvh;