fix(css): tailwind v5 things
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
::before,
|
||||
::backdrop,
|
||||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentcolor);
|
||||
border-color: var(--color-coolgray-200, currentcolor);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
}
|
||||
|
||||
@utility fullscreen {
|
||||
@apply overflow-y-auto fixed top-0 left-0 w-full h-full bg-white z-9999 dark:bg-coolgray-100 scrollbar;
|
||||
@apply overflow-y-auto fixed top-0 left-0 w-full h-full bg-white z-[9999] dark:bg-coolgray-100 scrollbar;
|
||||
}
|
||||
|
||||
@utility toast {
|
||||
|
||||
Reference in New Issue
Block a user