react-antd-cssvars
Version:
A minimal cssvars antd module
20 lines (16 loc) • 418 B
text/less
::-webkit-scrollbar {
width: 16px;
background-color: @antd-disable-color;
}
::-webkit-scrollbar-track {
background-color: @antd-menu-text-color;
}
::-webkit-scrollbar-thumb {
background-color: @antd-menu-background;
border-radius: 20px;
border: 4px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color: @antd-submenu-background;;
}