update @ Tue 20 Sep 02:23:20 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-20 02:23:20 +03:00
parent 9c41b73b88
commit 87ab0897aa
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -37,10 +37,6 @@
scroll-behavior: smooth; scroll-behavior: smooth;
} }
html::-webkit-scrollbar {
display: none;
}
::-webkit-scrollbar, ::-webkit-scrollbar,
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
height: var(--scrollbar-height); height: var(--scrollbar-height);
@ -54,6 +50,11 @@ html::-webkit-scrollbar {
background-color: var(--clr-code-bg-dark); background-color: var(--clr-code-bg-dark);
} }
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none !important;
}
/* /*
* Removed because I want code blocks to scroll * Removed because I want code blocks to scroll
* *