Skip to content

Commit 054a04f

Browse files
committed
fixes z-index for camera overlay close icon
1 parent 822dbd8 commit 054a04f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formkit/barcode",
3-
"version": "0.2.6",
3+
"version": "1.0.1",
44
"description": "Barcode reader input for FormKit.",
55
"type": "module",
66
"main": "dist/index.cjs",

src/assets/barcodeReader.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
right: 0.5rem;
6767
width: 1.5em;
6868
height: 1.5em;
69+
z-index: 2;
6970

7071
& svg {
7172
max-height: 1em;

0 commit comments

Comments
 (0)