2024-09-14 14:29:55 +01:00
|
|
|
.hextra-scrollbar, .hextra-scrollbar * {
|
2023-09-13 19:01:38 -04:00
|
|
|
scrollbar-width: thin; /* Firefox */
|
|
|
|
scrollbar-color: oklch(55.55% 0 0 / 40%) transparent; /* Firefox */
|
|
|
|
|
|
|
|
scrollbar-gutter: stable;
|
|
|
|
&::-webkit-scrollbar {
|
2025-03-29 12:51:42 +00:00
|
|
|
@apply hx:w-3 hx:h-3;
|
2023-09-13 19:01:38 -04:00
|
|
|
}
|
|
|
|
&::-webkit-scrollbar-track {
|
2025-03-29 12:51:42 +00:00
|
|
|
@apply hx:bg-transparent;
|
2023-09-13 19:01:38 -04:00
|
|
|
}
|
|
|
|
&::-webkit-scrollbar-thumb {
|
2025-03-29 12:51:42 +00:00
|
|
|
@apply hx:rounded-[10px];
|
2023-09-13 19:01:38 -04:00
|
|
|
}
|
|
|
|
&:hover::-webkit-scrollbar-thumb {
|
|
|
|
border: 3px solid transparent;
|
|
|
|
background-color: var(--tw-shadow-color);
|
|
|
|
background-clip: content-box;
|
2025-03-29 12:51:42 +00:00
|
|
|
@apply hx:shadow-neutral-500/20 hx:hover:shadow-neutral-500/40;
|
2023-09-13 19:01:38 -04:00
|
|
|
}
|
|
|
|
}
|