does this fix flashing on firefox?
Some checks failed
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
Some checks failed
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
Took 3 minutes
This commit is contained in:
parent
091835f01a
commit
8436da4b95
@ -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;*/
|
||||
/* }*/
|
||||
/*}*/
|
Loading…
x
Reference in New Issue
Block a user