Skip to content
Snippets Groups Projects
Commit 29f7fe57 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Make sure error messages show on top of wait messages in mobile.

close #512
parent 83a5ce9a
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
background-color: transparent;
}
.error #formWrap, .waiting #formWrap {
.error #formWrap, .error #wait, .waiting #formWrap {
display: none;
}
......@@ -107,13 +107,14 @@
overflow: visible;
}
#wait .vertical {
#error .vertical, #wait .vertical {
height: 250px;
}
#error .vertical {
width: auto;
}
#error .vertical > div {
display: block;
height: auto;
......
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