瀏覽代碼

make all scrollbars thin on Chrome

Gildas 7 年之前
父節點
當前提交
4bf18dfdb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/ui/pages/options.css

+ 1 - 1
extension/ui/pages/options.css

@@ -121,7 +121,7 @@ h3 {
     scrollbar-width: thin;
 }
 
-.rules-data::-webkit-scrollbar {
+::-webkit-scrollbar {
     width: 6px;
     background-color: #cdcdcd;
 }