mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Fix that the barcode scanner start button overlaps everything
This commit is contained in:
parent
2636456461
commit
1b9a3c7f57
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user