mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 08:37:53 +00:00
Hide scrollbar of sidebar
This commit is contained in:
parent
a1fca3706f
commit
3b5441a1c2
@ -603,6 +603,15 @@ $sidebar-display: "sidebar-display";
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
background: var(--sidebar-bg);
|
background: var(--sidebar-bg);
|
||||||
|
|
||||||
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide scrollbar for IE, Edge and Firefox */
|
||||||
|
-ms-overflow-style: none; /* IE and Edge */
|
||||||
|
scrollbar-width: none; /* Firefox */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@include sidebar-links;
|
@include sidebar-links;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user