Skip to content
Snippets Groups Projects
Unverified Commit 08e8d254 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2719 from slifty/2718-show-validation-on-top

Ensure errors are on top
parents df4029a5 a131c2cf
No related branches found
No related tags found
No related merge requests found
...@@ -415,6 +415,7 @@ ...@@ -415,6 +415,7 @@
margin: 20px 0 0; margin: 20px 0 0;
color: $color--white; color: $color--white;
background: $color--error; background: $color--error;
z-index: 1;
@include media-query(tablet-landscape) { @include media-query(tablet-landscape) {
position: absolute; position: absolute;
......
...@@ -389,6 +389,7 @@ ...@@ -389,6 +389,7 @@
margin: 20px 0 0; margin: 20px 0 0;
color: $color--white; color: $color--white;
background: $color--error; background: $color--error;
z-index: 1;
@include media-query(tablet-landscape) { @include media-query(tablet-landscape) {
position: absolute; position: absolute;
......
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