mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-26 02:01:43 +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-color: #ffffff0f var(--accent1);
|
||||
scrollbar-color: var(--accent1) #ffffff0f;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
Loading…
Reference in a new issue