From 6fc978fd384b20bce79c9bcf9b8b307c28c8118b Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Tue, 12 Feb 2019 14:24:55 +0000 Subject: [PATCH] allow submit button to be selected on mobile --- opentech/static_src/src/app/src/containers/AddNoteForm.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/static_src/src/app/src/containers/AddNoteForm.scss b/opentech/static_src/src/app/src/containers/AddNoteForm.scss index 82c8ea973..bf20e2f09 100644 --- a/opentech/static_src/src/app/src/containers/AddNoteForm.scss +++ b/opentech/static_src/src/app/src/containers/AddNoteForm.scss @@ -31,7 +31,6 @@ $submit-button-height: 60px; @include media-query(tablet-landscape) { height: 100%; - padding-bottom: 95px; } } @@ -47,6 +46,7 @@ $submit-button-height: 60px; font-size: 18px; height: $submit-button-height; opacity: 1; + z-index: 20; } textarea, -- GitLab