FIX: improve dropdown-select-box on mobile

This commit is contained in:
Joffrey JAFFEUX 2018-02-02 00:47:12 +01:00 committed by GitHub
parent 0bdd416d0b
commit a4445b0c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -6,11 +6,13 @@
background: none;
outline: none;
padding: 0;
margin-right: 5px;
.d-icon {
border: 1px solid $primary-low;
padding: 5px;
margin: 0;
margin: 0!important;
}
&:hover {
background: $primary-low;
@ -18,5 +20,4 @@
}
}
}
}
}

View File

@ -0,0 +1,7 @@
.select-kit {
&.dropdown-select-box {
.select-kit-collection {
max-height: 200px;
}
}
}