Make sure Word Form always displays above footer

This commit is contained in:
Robbie Antenesse 2020-07-31 15:20:11 -06:00
parent f6446eedc9
commit 54cc74b468
2 changed files with 1 additions and 1 deletions

View File

@ -109,6 +109,7 @@
border-radius: 5px;
max-height: 80%;
overflow-y: auto;
z-index: 8;
}
.edit-form {

View File

@ -53,7 +53,6 @@ $mobile-word-form-size: 32px;
top: $header-height + ($mobile-word-form-size / 2);
left: 0;
right: 3%;
z-index: 1;
label:not(:last-child) {
margin-bottom: 10px;