feat: prevent vertical overscroll behavior on body and html elements
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body,
|
||||
html {
|
||||
overscroll-behavior-y: none;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease;
|
||||
|
||||
Reference in New Issue
Block a user