Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .public-left-nav .el-menu-vertical-demo:hover {
  2. overflow-x: hidden;
  3. overflow-y: auto;
  4. }
  5.  
  6.  
  7. .public-left-nav .el-menu-vertical-demo:hover::-webkit-scrollbar {
  8. width: 8px !important;
  9. }
  10.  
  11. .public-left-nav .el-menu-vertical-demo:hover::-webkit-scrollbar-thumb {
  12. background-color: rgba(0, 0, 0, 0.2) !important;
  13. border: 1px solid #ccc;
  14. border-radius: 10px;
  15. }
  16.  
  17. .public-left-nav .el-menu-vertical-demo:hover::-webkit-scrollbar-button {
  18. display: none;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement