Skip to content

Commit

Permalink
Keep barcode scanner modal at center of screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilden committed Sep 9, 2022
1 parent d523233 commit 93349c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
.modal {
display: none;
position: absolute;
position: fixed;
max-width: 100%;
height: 95%;
z-index: 95;
Expand Down

0 comments on commit 93349c1

Please sign in to comment.