new mlkit barcode scanner

This commit is contained in:
Paul Miller
2023-11-03 15:34:41 -05:00
committed by Tony Giorgio
parent c4a18a9027
commit ac45f5e879
9 changed files with 59 additions and 42 deletions

View File

@@ -4,14 +4,19 @@
body {
@apply text-white;
overscroll-behavior-y: none;
min-height: 100.3%;
@apply min-h-[100dvh] overflow-y-scroll overscroll-y-none safe-top safe-bottom disable-scrollbars;
}
html {
/* Fixed stops it from stretchy overscrolling (more app-like) */
@apply fixed inset-0 h-[100dvh] overflow-y-scroll overscroll-y-none disable-scrollbars;
@apply bg-neutral-900;
}
@media (prefers-color-scheme: light) {
/* we don't support this but I want the browser to know I care */
}
#mutiny-logo {
image-rendering: pixelated;
}