::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #46647982;
border: 4px solid transparent;
border-radius: 9px;
background-clip: content-box;
}
body {
overflow: overlay;
}