mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed modal backdrop z-index (references #1589)
This commit is contained in:
@@ -140,7 +140,7 @@ input::-webkit-inner-spin-button {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 5000;
|
z-index: 1030;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.has-sticky-form-footer .form-group:nth-last-child(2) {
|
form.has-sticky-form-footer .form-group:nth-last-child(2) {
|
||||||
|
Reference in New Issue
Block a user