mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
310 B
20 lines
310 B
2 years ago
|
::-webkit-scrollbar {
|
||
|
width: .7em;
|
||
|
height: .7em
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-button {
|
||
|
background: #77777722
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-track-piece {
|
||
|
background: #66666622
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
background: #888;
|
||
|
border-radius: .7em;
|
||
|
border: .15em solid #00000000;
|
||
|
background-clip: padding-box;
|
||
|
}
|