Skip to content

Commit 17efa3d

Browse files
authored
Update jside-menu.css
1 parent f280f94 commit 17efa3d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css/jside-menu.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,23 @@ html{
107107
top: 120px;
108108

109109
}
110+
111+
.menu-container::-webkit-scrollbar {
112+
width: 10px;
113+
}
114+
115+
.menu-container::-webkit-scrollbar-track {
116+
background: #f1f1f1;
117+
}
118+
119+
.menu-container::-webkit-scrollbar-thumb {
120+
background: #888;
121+
}
122+
123+
.menu-container::-webkit-scrollbar-thumb:hover {
124+
background: #555;
125+
}
126+
110127
.position-left{
111128
left: -270px;
112129
}

0 commit comments

Comments
 (0)