Commit b4d7b128 authored by Patrick's avatar Patrick
Browse files

Update Scrollbar

parent 6097c6f4
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
/* width /* width
} */ } */
#tour-frame::-webkit-scrollbar { #tour-frame::-webkit-scrollbar {
width: 10px; width: 6px;
} }
/* Track */ /* Track */
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
background: #555; background: #555;
} }
.startcontent::-webkit-scrollbar { .startcontent::-webkit-scrollbar {
width: 10px; width: 6px;
} }
/* Track */ /* Track */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment