mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
bigger scrollbar
This commit is contained in:
parent
5659469f1b
commit
aaa3b10f71
@ -45,16 +45,14 @@
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
opacity: 0;
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
transition: opacity .2s ease-out;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&::-webkit-scrollbar {
|
||||
opacity: 1;
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
Loading…
Reference in New Issue
Block a user