3 changed files with 16 additions and 17 deletions
@ -1,15 +0,0 @@
@@ -1,15 +0,0 @@
|
||||
.popout-wrapper ::-webkit-scrollbar-track { |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.popout-wrapper ::-webkit-scrollbar-thumb { |
||||
background-color: theme("colors.denim-500"); |
||||
border: 5px solid transparent; |
||||
border-left: 0; |
||||
background-clip: content-box; |
||||
} |
||||
|
||||
.popout-wrapper ::-webkit-scrollbar { |
||||
/* For some reason the styles don't get applied without the width */ |
||||
width: 13px; |
||||
} |
Loading…
Reference in new issue