does this fix flashing on firefox?
Some checks failed
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled

Took 3 minutes
This commit is contained in:
Braydon 2024-10-10 15:57:15 -04:00
parent 091835f01a
commit 8436da4b95

View File

@ -87,35 +87,35 @@ body {
}
}
@layer base {
* {
@apply border-border;
/*@layer base {*/
/* * {*/
/* @apply border-border;*/
/* Scrollbar (Firefox) */
scrollbar-color: hsl(var(--accent)) hsl(var(--background));
scrollbar-width: thin;
}
/* !* Scrollbar (Firefox) *!*/
/* scrollbar-color: hsl(var(--accent)) hsl(var(--background));*/
/* scrollbar-width: thin;*/
/* }*/
body {
@apply bg-background text-foreground;
}
}
/* body {*/
/* @apply bg-background text-foreground;*/
/* }*/
/*}*/
/* Scrollbar (Chrome & Safari) */
@layer base {
::-webkit-scrollbar {
@apply w-1.5;
}
/*!* Scrollbar (Chrome & Safari) *!*/
/*@layer base {*/
/* ::-webkit-scrollbar {*/
/* @apply w-1.5;*/
/* }*/
::-webkit-scrollbar-track {
@apply bg-inherit;
}
/* ::-webkit-scrollbar-track {*/
/* @apply bg-inherit;*/
/* }*/
::-webkit-scrollbar-thumb {
@apply bg-accent rounded-3xl;
}
/* ::-webkit-scrollbar-thumb {*/
/* @apply bg-accent rounded-3xl;*/
/* }*/
::-webkit-scrollbar-thumb:hover {
@apply bg-opacity-80;
}
}
/* ::-webkit-scrollbar-thumb:hover {*/
/* @apply bg-opacity-80;*/
/* }*/
/*}*/