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

@ -4,7 +4,7 @@
--safe-area-inset-bottom: env(safe-area-inset-bottom);
--safe-area-inset-right: env(safe-area-inset-right);
background-color: var(--tutu-color-surface, transparent);
overscroll-behavior-block: contain;
overscroll-behavior-block: none;
}
.custom-emoji {

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;