parent
b6b209edc8
commit
4d7ac727dc
|
|
@ -31,7 +31,7 @@ export function Component() {
|
|||
<div ref={containerRef} className="flex min-w-0 grow">
|
||||
<div
|
||||
className={cn(
|
||||
"h-full shrink-0 overflow-y-auto",
|
||||
"h-full shrink-0",
|
||||
inWideMode ? "flex-1" : "border-r",
|
||||
"will-change-[width]",
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ body {
|
|||
|
||||
[data-theme="dark"] {
|
||||
*::-webkit-scrollbar-thumb {
|
||||
border: 3px solid theme(colors.neutral.500);
|
||||
border: 6px solid theme(colors.neutral.500);
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb:hover {
|
||||
|
|
@ -29,7 +29,7 @@ body {
|
|||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background-color: transparent;
|
||||
border: 4px solid theme(colors.gray.300);
|
||||
border: 6px solid theme(colors.gray.300);
|
||||
@apply rounded-xl;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue