Fix select input styles

This commit is contained in:
Robert Long
2021-12-14 15:28:54 -08:00
parent 284a4ef794
commit 3cc7892198
7 changed files with 45 additions and 56 deletions

View File

@@ -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;
}