parent
597f178405
commit
f6de1b7f93
4 changed files with 65 additions and 4 deletions
@ -0,0 +1,24 @@ |
|||||||
|
.scrollYDesign::-webkit-scrollbar { |
||||||
|
position: absolute; |
||||||
|
left: 1px; |
||||||
|
bottom: 0; |
||||||
|
z-index: 2; |
||||||
|
width: 4px; |
||||||
|
/* width: 5px !important; */ |
||||||
|
} |
||||||
|
|
||||||
|
.scrollYDesign::-webkit-scrollbar-button { |
||||||
|
display: none; |
||||||
|
appearance: none; |
||||||
|
} |
||||||
|
|
||||||
|
.scrollYDesign::-webkit-scrollbar-thumb { |
||||||
|
border-radius: 10px; |
||||||
|
background-color: #b9d1f3; |
||||||
|
} |
||||||
|
|
||||||
|
.scrollYDesign::-webkit-scrollbar-track { |
||||||
|
background-color: transparent !important; |
||||||
|
display: none; |
||||||
|
appearance: none; |
||||||
|
} |
Loading…
Reference in new issue