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