mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Tue 20 Sep 02:23:20 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
9c41b73b88
commit
87ab0897aa
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue