We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc573be commit fe40115Copy full SHA for fe40115
src/assets/barcodeReader.css
@@ -46,6 +46,7 @@
46
aspect-ratio: 1/1;
47
object-fit: cover;
48
display: block;
49
+ pointer-events: none;
50
}
51
52
& .formkit-barcode-icon {
@@ -66,7 +67,7 @@
66
67
right: 0.5rem;
68
width: 1.5em;
69
height: 1.5em;
- z-index: 2;
70
+ z-index: 99;
71
72
& svg {
73
max-height: 1em;
@@ -87,6 +88,11 @@
87
88
pointer-events: none;
89
90
91
+ & .formkit-scanner-container {
92
+ position: relative;
93
+ z-index: 2;
94
+ }
95
+
96
& .formkit-overlay-decorators {
97
position: absolute;
98
top: 0;
0 commit comments