completionId: cgen-72407ddcb38f4d6aacca5e09d955b819
cgen-72407ddcb38f4d6aacca5e09d955b819
This commit is contained in:
parent
758573b435
commit
7e0585aab8
1 changed files with 16 additions and 0 deletions
|
|
@ -91,6 +91,22 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
/* Hide scrollbar while keeping functionality */
|
||||||
|
-ms-overflow-style: none; /* IE and Edge */
|
||||||
|
scrollbar-width: none; /* Firefox */
|
||||||
|
}
|
||||||
|
|
||||||
|
html::-webkit-scrollbar {
|
||||||
|
display: none; /* Chrome, Safari and Opera */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide horizontal scrollbar on all elements */
|
||||||
|
* {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue