mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 20:16:11 +02:00
🐛 Fix background color on scrollbar for firefox
This commit is contained in:
parent
d907812513
commit
7c80c605d1
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue