
div::-webkit-scrollbar {
		background :	transparent;
		width  : 16px;
}

div::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #909090;
}

section::-webkit-scrollbar {
		background :	transparent;
		width  : 16px;
}

section::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #909090;
}


