Skip to content

Commit 1e9b1a4

Browse files
claudegary149
authored andcommitted
fix: simplify Safari scrollbar fix to minimal changes
https://claude.ai/code/session_01TnkQdftgp5KRVQbaTmZPi8
1 parent 279886a commit 1e9b1a4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/styles/main.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,14 @@ body {
5050
border-radius: 9999px;
5151
}
5252

53-
.scrollbar-custom::-webkit-scrollbar-thumb:hover {
54-
background-color: rgba(0, 0, 0, 0.2);
55-
}
56-
5753
.dark .scrollbar-custom::-webkit-scrollbar {
58-
background-color: transparent;
54+
background-color: rgba(17, 17, 17, 0.85);
5955
}
6056

6157
.dark .scrollbar-custom::-webkit-scrollbar-thumb {
6258
background-color: rgba(255, 255, 255, 0.1);
6359
}
6460

65-
.dark .scrollbar-custom::-webkit-scrollbar-thumb:hover {
66-
background-color: rgba(255, 255, 255, 0.2);
67-
}
68-
6961
/* Rounded top/bottom caps for vertical scrollbars (Chrome/Edge/Safari) */
7062
.scrollbar-custom::-webkit-scrollbar-track {
7163
@apply rounded-full bg-clip-padding; /* clip bg to padding so caps look round */

0 commit comments

Comments
 (0)