::-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;;
}
