Taller category dropdown using viewport height

This commit is contained in:
Kris 2018-05-02 12:23:37 -04:00
parent bdd9775869
commit d7b1a83e94
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
align-self: center;
.select-kit-collection {
font-size: $font-down-1;
max-height: 40vh;
.texts, .icons {
font-size: $font-up-1;
}

View File

@ -48,7 +48,7 @@
flex-direction: column;
padding: 0;
min-width: 100px;
max-height: 300px;
max-height: 200px;
max-width: 32em;
.collection-header {