mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix background color on scrollbar for firefox
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user