UX: Prevent mobile nav from collapsing while content loads

This commit is contained in:
Kris 2019-03-28 19:23:23 -04:00
parent a6617a63af
commit 1a403337c9
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ blockquote {
overflow: visible;
position: relative;
border: 1px solid $primary-medium;
// Prevents the dropdowns from collapsing while content loads, so they look more like placeholders and less like dark 2px lines
min-height: 37px;
a {
color: $primary;