diff --git a/server/zanata-war/src/main/webapp/resources/assets/css/application.css b/server/zanata-war/src/main/webapp/resources/assets/css/application.css index 61b0f393d80..489f266cb10 100644 --- a/server/zanata-war/src/main/webapp/resources/assets/css/application.css +++ b/server/zanata-war/src/main/webapp/resources/assets/css/application.css @@ -997,19 +997,6 @@ a.downloadLink { cursor: pointer; } -::-webkit-scrollbar { - width: 6px; -} - -::-webkit-scrollbar-thumb { - border-radius: 10px; - background: #cccccc; -} - -::-webkit-scrollbar-thumb:window-inactive { - background: #f2f2f2; -} - #container > div { background: #fff !important; }