Skip to content

Commit

Permalink
fix(v2): restore styles for menu scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Jun 5, 2020
1 parent 8a34872 commit 642ea21
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@
padding-top: 0;
}

.sidebar::-webkit-scrollbar {
width: 7px;
}

.sidebar::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
background: #555;
}

.sidebarLogo {
display: flex !important;
align-items: center;
Expand All @@ -58,6 +40,24 @@
padding: 0.5rem;
}

.menu::-webkit-scrollbar {
width: 7px;
}

.menu::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}

.menu::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}

.menu::-webkit-scrollbar-thumb:hover {
background: #555;
}

.menuLinkText {
cursor: initial;
}
Expand Down

0 comments on commit 642ea21

Please sign in to comment.