|
@@ -107,18 +107,19 @@
|
|
|
z-index: 7;
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
- width: 4px;
|
|
|
+ // width: 4px;
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
- &::-webkit-scrollbar-thumb {
|
|
|
- border-radius: 10px;
|
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
- }
|
|
|
+ // &::-webkit-scrollbar-thumb {
|
|
|
+ // border-radius: 10px;
|
|
|
+ // background: rgba(0, 0, 0, 0.2);
|
|
|
+ // }
|
|
|
|
|
|
- &::-webkit-scrollbar-track {
|
|
|
- border-radius: 0;
|
|
|
- background: rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
+ // &::-webkit-scrollbar-track {
|
|
|
+ // border-radius: 0;
|
|
|
+ // background: rgba(0, 0, 0, 0.1);
|
|
|
+ // }
|
|
|
|
|
|
.iArrow {
|
|
|
width: 14px;
|