Fix that the barcode scanner start button overlaps everything

This commit is contained in:
Bernd Bestel 2019-09-27 17:03:50 +02:00
parent 2636456461
commit 1b9a3c7f57
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 4 additions and 1 deletions

View File

@ -239,6 +239,10 @@ input::-webkit-inner-spin-button {
font-size: 125%; font-size: 125%;
} }
.input-group > .form-control:focus {
z-index: inherit;
}
/* Third party component customizations - DataTables */ /* Third party component customizations - DataTables */
.dataTable td { .dataTable td {
vertical-align: middle !important; vertical-align: middle !important;

View File

@ -15,7 +15,6 @@
right: 0; right: 0;
margin-top: 4px; margin-top: 4px;
margin-right: 5px; margin-right: 5px;
z-index: 1000;
cursor: pointer; cursor: pointer;
} }