does this fix flashing on firefox?
All checks were successful
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Successful in 3m8s

Took 2 minutes
This commit is contained in:
Braydon 2024-10-10 15:59:41 -04:00
parent 8436da4b95
commit 22c8034560

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;
/* }*/ }
/*}*/ }