Fixed modal backdrop z-index (references #1589)

This commit is contained in:
Bernd Bestel 2021-09-19 16:20:06 +02:00
parent 7aa9e5748e
commit b9fff4954a
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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) {