Browse Source

add webkit scrollbar

master
farhan 4 months ago
parent
commit
f7d73f8c9d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      resources/css/app.css

+ 4
- 0
resources/css/app.css View File

36
 html {
36
 html {
37
     scroll-behavior: smooth;
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
 body.no-scroll {
43
 body.no-scroll {
40
     overflow: hidden;
44
     overflow: hidden;
41
 }
45
 }

Loading…
Cancel
Save