Fixed issues with other scrollbars

This commit is contained in:
Marcel Baumgartner 2023-09-06 19:58:12 +02:00
parent 450a954b9d
commit ef930400c8

View file

@ -69,5 +69,9 @@
.single-color-scrollbar::-webkit-scrollbar-thumb { .single-color-scrollbar::-webkit-scrollbar-thumb {
background-color: #6964E4; background: #6964E4;
}
.single-color-scrollbar::-webkit-scrollbar-thumb:hover {
background: #6964E4;
} }