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.
 
 
 

26 lines
571 B

.UserFullInfo-content::-webkit-scrollbar {
position: absolute;
right: 0;
top: 0;
z-index: 2;
width: 5px !important;
}
.UserFullInfo-content::-webkit-scrollbar-button {
display: none;
-webkit-appearance: none;
appearance: none;
}
.UserFullInfo-content::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #97BAE6;
}
.UserFullInfo-content::-webkit-scrollbar-track {
background-color: transparent !important;
display: none;
-webkit-appearance: none;
appearance: none;
}
/*# sourceMappingURL=UserFullInfo.css.map */