FIX: Don't override .is-hidden on mobile

This commit is contained in:
Kris 2019-03-20 20:40:43 -04:00
parent 64bf4d4483
commit 896204bef7

View File

@ -47,7 +47,7 @@
} }
} }
.select-kit { .select-kit:not(.is-hidden) {
display: flex; display: flex;
align-self: stretch; align-self: stretch;
margin-bottom: 10px; margin-bottom: 10px;