Ver código fonte

add webkit scrollbar

master
farhan 4 meses atrás
pai
commit
f7d73f8c9d
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      resources/css/app.css

+ 4
- 0
resources/css/app.css Ver arquivo

@@ -36,6 +36,10 @@
36 36
 html {
37 37
     scroll-behavior: smooth;
38 38
 }
39
+/* Adjust scrollbar width and color */
40
+body::-webkit-scrollbar {
41
+    width: 12px; /* Width of the scrollbar */
42
+}
39 43
 body.no-scroll {
40 44
     overflow: hidden;
41 45
 }

Carregando…
Cancelar
Salvar