Make sure Word Form always displays above footer
This commit is contained in:
parent
f6446eedc9
commit
54cc74b468
|
@ -109,6 +109,7 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
z-index: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-form {
|
.edit-form {
|
||||||
|
|
|
@ -53,7 +53,6 @@ $mobile-word-form-size: 32px;
|
||||||
top: $header-height + ($mobile-word-form-size / 2);
|
top: $header-height + ($mobile-word-form-size / 2);
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 3%;
|
right: 3%;
|
||||||
z-index: 1;
|
|
||||||
|
|
||||||
label:not(:last-child) {
|
label:not(:last-child) {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue