横向滚动样式
This commit is contained in:
parent
02c1b0b5d6
commit
3c36469684
|
@ -21,12 +21,22 @@
|
|||
height: 16px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border: solid 0 rgba(0, 0, 0, 0);
|
||||
border-right-width: 4px;
|
||||
border-left-width: 4px;
|
||||
-webkit-border-radius: 9px 4px;
|
||||
-webkit-box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0.2), inset 0 0 0 4px rgba(128, 128, 128, 0.2);
|
||||
border-radius: 9px;
|
||||
box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0.2), inset 0 0 0 4px rgba(128, 128, 128, 0.2);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal {
|
||||
border-bottom-width: 4px;
|
||||
border-top-width: 4px;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue