Was using experimental selector, forget about it. Also reduce jumping around of video size
19 lines
292 B
SCSS
19 lines
292 B
SCSS
|
|
/* Barcode scanner CSS */
|
|
#barcode-scanner {
|
|
position: relative;
|
|
min-height: 450px;
|
|
|
|
.drawingBuffer {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#barcode-status .select {
|
|
float: right;
|
|
}
|