mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-18 10:22:46 +00:00
Fix invisible scrollbar
This commit is contained in:
parent
079645b9bb
commit
d849b0ef1d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ul {
|
||||||
/* Scrollbar stuff */
|
/* Scrollbar stuff */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
scrollbar-color: #ffffff0f var(--accent1);
|
scrollbar-color: var(--accent1) #ffffff0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue