FIX: improve dropdown-select-box on mobile
This commit is contained in:
parent
0bdd416d0b
commit
a4445b0c1e
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
.select-kit {
|
||||
&.dropdown-select-box {
|
||||
.select-kit-collection {
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue