mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-03 05:24:36 +01:00
contact search and new amount editor
This commit is contained in:
committed by
Tony Giorgio
parent
077ccb2a63
commit
bc2fbf9b2f
@@ -4,7 +4,7 @@
|
||||
|
||||
body {
|
||||
@apply text-white;
|
||||
@apply min-h-[100dvh] overflow-y-scroll overscroll-none safe-top safe-bottom disable-scrollbars;
|
||||
@apply flex min-h-[100dvh] flex-col overflow-y-scroll overscroll-none safe-top safe-bottom disable-scrollbars;
|
||||
}
|
||||
|
||||
html {
|
||||
@@ -12,6 +12,10 @@ html {
|
||||
@apply bg-neutral-900;
|
||||
}
|
||||
|
||||
#root {
|
||||
@apply flex flex-1 flex-col;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
/* we don't support this but I want the browser to know I care */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user