fix: elastic overscroll on safari (#3221)
This commit is contained in:
parent
8bb1d19c07
commit
d1a564d5b8
3 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
@apply after:backface-hidden;
|
||||
@apply selection:bg-accentDark;
|
||||
@apply selection:text-accentContrast;
|
||||
@apply overscroll-none;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
@apply after:backface-hidden;
|
||||
@apply selection:bg-accentDark;
|
||||
@apply selection:text-accentContrast;
|
||||
@apply overscroll-none;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
@apply after:backface-hidden;
|
||||
@apply selection:bg-accentDark;
|
||||
@apply selection:text-accentContrast;
|
||||
@apply overscroll-none;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Reference in a new issue