mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 22:36:53 +01:00
Add: set scroll-behavior to smooth
This commit is contained in:
parent
d30f59cc81
commit
8dfa14a343
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ html {
|
||||||
color: #bad8dd;
|
color: #bad8dd;
|
||||||
scrollbar-color: #ff00d4 #040b1e;
|
scrollbar-color: #ff00d4 #040b1e;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb {
|
html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb {
|
||||||
|
|
Loading…
Add table
Reference in a new issue