🐛 Fix background color on scrollbar for firefox

This commit is contained in:
Eva Marco 2024-04-23 11:25:18 +02:00
parent d907812513
commit 7c80c605d1

View file

@ -6,6 +6,10 @@
// SCROLLBAR // SCROLLBAR
.new-scrollbar { .new-scrollbar {
scrollbar-color: rgba(170, 181, 186, 0.3) transparent;
&:hover {
scrollbar-color: rgba(170, 181, 186, 0.7) transparent;
}
::-webkit-scrollbar { ::-webkit-scrollbar {
background-color: transparent; background-color: transparent;
cursor: pointer; cursor: pointer;