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;
align-self: stretch;
margin-bottom: 10px;