Skip to content

Commit

Permalink
Update jside-menu.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeHimBlog authored Feb 9, 2019
1 parent f280f94 commit 17efa3d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/jside-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,23 @@ html{
top: 120px;

}

.menu-container::-webkit-scrollbar {
width: 10px;
}

.menu-container::-webkit-scrollbar-track {
background: #f1f1f1;
}

.menu-container::-webkit-scrollbar-thumb {
background: #888;
}

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

.position-left{
left: -270px;
}
Expand Down

0 comments on commit 17efa3d

Please sign in to comment.