|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Program Files (x86)/Steam/resource/ |
Upload File : |
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: transparent;
z-index: 12;
overflow: visible;
}
::-webkit-scrollbar-thumb {
width: 4px;
min-height: 32px;
border: 3px solid transparent;
border-radius: 10px;
z-index: 12;
background-image: none;
background-color: rgba( 67, 73, 83, 1 );
background-clip: padding-box;
transition: background-color .32s ease-in-out;
// margin: 4px;
// min-width: 32px;
}
::-webkit-scrollbar-thumb:hover {
background-color: rgb(96, 103, 116);
background-clip: padding-box;
}
::-webkit-scrollbar-corner {
background: transparent;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-button {
display: none;
}