We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d5b71 commit 13ebbb5Copy full SHA for 13ebbb5
frontend-app/src/components/ui/MultiSelector/styles.css
@@ -40,7 +40,7 @@
40
left: 0;
41
z-index: 1;
42
width: 100%;
43
- overflow-y: hidden;
+ overflow: hidden;
44
background-color: white;
45
max-height: 0;
46
outline: 1px solid transparent;
@@ -65,6 +65,8 @@
65
}
66
67
.iss__manualSelector__selector {
68
+ display: block;
69
+ width: 100%;
70
border: none;
71
outline: none;
72
font-size: 14px;
@@ -75,7 +77,8 @@
75
77
76
78
79
.iss__manualSelector__submit {
- margin: 12px 0;
80
81
+ margin: 8px auto;
82
background-color: unset;
83
border: 1px solid var(--issBrand);
84
padding: 4px;
0 commit comments