File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed
Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -66,33 +66,10 @@ body {
6666 animation : fadeIn 0.3s ease-in-out;
6767}
6868
69- /* Update the thin-scrollbar class to work across browsers */
7069.thin-scrollbar {
71- scrollbar-width : thin; /* Firefox */
72- scrollbar-gutter : stable;
73- }
74-
75- /* Add WebKit-specific styles for Chrome, Safari, and Edge */
76- .thin-scrollbar ::-webkit-scrollbar {
77- width : 8px ; /* Width of the vertical scrollbar */
78- height : 8px ; /* Width of the horizontal scrollbar */
79- }
80-
81- .thin-scrollbar ::-webkit-scrollbar-track {
82- background : transparent;
83- border-radius : 4px ;
70+ scrollbar-width : thin;
8471}
8572
86- .thin-scrollbar ::-webkit-scrollbar-thumb {
87- background-color : # 888 ;
88- border-radius : 4px ;
89- border : 2px solid transparent; /* Creates padding effect */
90- background-clip : padding-box;
91- }
92-
93- .thin-scrollbar ::-webkit-scrollbar-thumb : hover {
94- background-color : # 555 ;
95- }
9673/* Hide scrollbar for Chrome, Safari and Opera */
9774.no-scrollbar ::-webkit-scrollbar {
9875 display : none;
You can’t perform that action at this time.
0 commit comments