overflow-x: hidden;
overflow-y: auto;
&::-webkit-scrollbar {
width: 0.5vmin;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
border-radius: $border-radius;
}
&::-webkit-scrollbar-thumb {
background: blue;
box-shadow: 0px 0px 0.5vmin 0.25vmin rgb(109, 93, 255);
border-radius: $border-radius;
}