Worked more on visuals of modal

Need to finish camera selection mode.
This commit is contained in:
Vivianne Langdon
2022-02-15 02:38:57 -08:00
parent 5ae4eb9b8f
commit 1e04385f0c
4 changed files with 133 additions and 30 deletions

View File

@ -1303,3 +1303,17 @@ ol.ordered-list li::before {
.is-column-gap-6 {
column-gap: 3rem;
}
/* Barcode scanner CSS */
#barcode-scanner {
position: relative;
min-height: 200px;
}
#barcode-scanner .drawingBuffer {
position: absolute;
top: 0;
left: 0;
height: auto;
width: 100%;
}