fix: css styles to keep the scanner on top of content

This commit is contained in:
2026-02-18 21:43:10 -03:00
parent 5d6a11e253
commit 105514423f

View File

@@ -3,4 +3,6 @@ barcode-reader {
width: 100%; width: 100%;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
z-index: 999;
} }