mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-23 15:14:19 +01:00
new mlkit barcode scanner
This commit is contained in:
committed by
Tony Giorgio
parent
c4a18a9027
commit
ac45f5e879
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user