Fix select input styles
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-bottom: 28px;
|
||||
max-width: 444px;
|
||||
}
|
||||
|
||||
.label {
|
||||
@@ -23,6 +24,7 @@
|
||||
color: var(--textColor1);
|
||||
height: 40px;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.selectedItem {
|
||||
@@ -33,12 +35,8 @@
|
||||
}
|
||||
|
||||
.popover {
|
||||
}
|
||||
|
||||
.option:first-child {
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.option:last-child {
|
||||
border-radius: 0 0 8px 8px;
|
||||
position: absolute;
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user