Fixed position dropdown
This commit is contained in:
parent
be766cda59
commit
c49fcd7472
@ -180,6 +180,7 @@ function clear() {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
select {
|
select {
|
||||||
display: none;
|
display: none;
|
||||||
@ -191,7 +192,6 @@ function clear() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
position: relative;
|
|
||||||
.select-trigger {
|
.select-trigger {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user