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.
30 lines
587 B
30 lines
587 B
.BuyInfo-main { |
|
overflow-x: visible !important; |
|
} |
|
|
|
.BuyInfo-main::-webkit-scrollbar { |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
z-index: 2; |
|
width: 5px !important; |
|
} |
|
|
|
.BuyInfo-main::-webkit-scrollbar-button { |
|
display: none; |
|
-webkit-appearance: none; |
|
appearance: none; |
|
} |
|
|
|
.BuyInfo-main::-webkit-scrollbar-thumb { |
|
border-radius: 10px; |
|
background-color: #97BAE6; |
|
} |
|
|
|
.BuyInfo-main::-webkit-scrollbar-track { |
|
background-color: transparent !important; |
|
display: none; |
|
-webkit-appearance: none; |
|
appearance: none; |
|
} |
|
/*# sourceMappingURL=BuyInfo.css.map */ |