Ver Fonte

Merge remote-tracking branch 'origin/gva_gormv2_dev' into gva_gormv2_dev

pixel há 4 anos atrás
pai
commit
5be360f38d
1 ficheiros alterados com 19 adições e 1 exclusões
  1. 19 1
      web/src/style/main.scss

+ 19 - 1
web/src/style/main.scss

@@ -1325,4 +1325,22 @@ $mainHight: 100vh;
             margin-bottom: 8px;
         }
     }
-}
+}::-webkit-scrollbar-track-piece{
+     background-color: #f8f8f8;
+ }
+
+::-webkit-scrollbar{
+    width: 9px;
+    height: 9px;
+}
+
+::-webkit-scrollbar-thumb{
+    background-color: #dddddd;
+    background-clip:padding-box;
+    min-height: 28px;
+    border-radius: 4px;
+}
+
+::-webkit-scrollbar-thumb:hover{
+    background-color: #bbb;
+}