feat: prevent vertical overscroll behavior on body and html elements
This commit is contained in:
parent
222527ec7c
commit
a3f02df539
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body,
|
||||||
|
html {
|
||||||
|
overscroll-behavior-y: none;
|
||||||
|
}
|
||||||
|
|
||||||
.clickable {
|
.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue