mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Fixed modal backdrop z-index (references #1589)
This commit is contained in:
parent
7aa9e5748e
commit
b9fff4954a
|
|
@ -140,7 +140,7 @@ input::-webkit-inner-spin-button {
|
|||
bottom: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 5000;
|
||||
z-index: 1030;
|
||||
}
|
||||
|
||||
form.has-sticky-form-footer .form-group:nth-last-child(2) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user