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