We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e190f commit 6b07801Copy full SHA for 6b07801
1 file changed
barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html
@@ -70,12 +70,14 @@
70
71
#floatingDiv {
72
position: fixed;
73
- top: 400px;
74
- left: 100px;
+ top: 40%;
+ left: 10%;
75
width: 50%;
76
height: 25%;
77
max-width: 400px;
78
max-height: 200px;
79
+ min-width: 150px;
80
+ min-height: 150px;
81
background: #f9f9f9;
82
border: 2px solid #ccc;
83
border-radius: 8px;
0 commit comments