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
2 changed files with 4 additions and 1 deletions

View File

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