Skip to content
Snippets Groups Projects
Commit 6fc978fd authored by Chris Lawton's avatar Chris Lawton
Browse files

allow submit button to be selected on mobile

parent 3187b9d2
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ $submit-button-height: 60px; ...@@ -31,7 +31,6 @@ $submit-button-height: 60px;
@include media-query(tablet-landscape) { @include media-query(tablet-landscape) {
height: 100%; height: 100%;
padding-bottom: 95px;
} }
} }
...@@ -47,6 +46,7 @@ $submit-button-height: 60px; ...@@ -47,6 +46,7 @@ $submit-button-height: 60px;
font-size: 18px; font-size: 18px;
height: $submit-button-height; height: $submit-button-height;
opacity: 1; opacity: 1;
z-index: 20;
} }
textarea, textarea,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment