diff --git a/static/css/style.css b/static/css/style.css index cd8d94e6..24903c19 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,19 +13,19 @@ ::-webkit-scrollbar-track { - background-color: rgba(255,255,255,0.3); + background-color: rgba(255,255,255,0.3); border-radius:0px; } ::-webkit-scrollbar { - width: 4px; + width: 5px; border-radius:0px; } ::-webkit-scrollbar-thumb { - background-color: #3E3E3E; + background-color: #3E3E3E; border-radius:0px; }