Worked more on visuals of modal
Need to finish camera selection mode.
This commit is contained in:
@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user