Commit 554bbb2d authored by Deni Rinaldi's avatar Deni Rinaldi

changeScrollBar

parent 84d3c8e0
......@@ -88,6 +88,16 @@
transition: 0.39;
background-color: #f8f8f8; }
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: rgba(0, 0, 0, 0); }
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.14);
-webkit-border-radius: 1ex; }
::-webkit-scrollbar-corner {
background-color: #fff; }
.test {
position: fixed;
top: 0;
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