Skip to content

Commit 171ab83

Browse files
committed
revert scrollbar
1 parent 97f6d47 commit 171ab83

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

gui/src/index.css

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)