uses popper for dropdown.
This commit is contained in:
@@ -165,3 +165,26 @@
|
||||
.choices[data-type*="select-one"] .choices__button {
|
||||
right:auto !important;
|
||||
}
|
||||
|
||||
.arrow,
|
||||
.arrow::before {
|
||||
position: absolute;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
.arrow::before {
|
||||
visibility: visible;
|
||||
content: '';
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.arrow {
|
||||
bottom: -4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user