We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f280f94 commit 17efa3dCopy full SHA for 17efa3d
css/jside-menu.css
@@ -107,6 +107,23 @@ html{
107
top: 120px;
108
109
}
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
127
.position-left{
128
left: -270px;
129
0 commit comments