2 lines
820 B
CSS
2 lines
820 B
CSS
#__SCROLL_EL_ID__{scrollbar-width:thin;scrollbar-color:#e1e1e1 transparent}#__SCROLL_EL_ID__::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:8px}#__SCROLL_EL_ID__::-webkit-scrollbar-thumb:hover{background-color:#e1e1e1;border-radius:8px}#__SCROLL_EL_ID__::-webkit-scrollbar{width:8px;height:8px}#__SCROLL_EL_ID__::-webkit-scrollbar-track-piece{background-color:#0000;border-radius:0}.dark #__SCROLL_EL_ID__{scrollbar-width:thin;scrollbar-color:#555 transparent}.dark #__SCROLL_EL_ID__::-webkit-scrollbar-thumb{background-color:#555;border-radius:8px}.dark #__SCROLL_EL_ID__::-webkit-scrollbar-thumb:hover{background-color:#555;border-radius:8px}.dark #__SCROLL_EL_ID__::-webkit-scrollbar{width:8px;height:8px}.dark #__SCROLL_EL_ID__::-webkit-scrollbar-track-piece{background-color:#0000;border-radius:0}
|