0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-12 15:01:28 -05:00

🐛 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
.new-scrollbar {
scrollbar-color: rgba(170, 181, 186, 0.3) transparent;
&:hover {
scrollbar-color: rgba(170, 181, 186, 0.7) transparent;
}
::-webkit-scrollbar {
background-color: transparent;
cursor: pointer;