mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
use bottom instead of top for open-indicator
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
.v-select .open-indicator {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
bottom: 6px;
|
||||
right: 10px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
.v-select.open .open-indicator {
|
||||
top: 15px;
|
||||
bottom: 1px;
|
||||
}
|
||||
|
||||
.v-select.open .open-indicator:before {
|
||||
|
||||
Reference in New Issue
Block a user