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 611f705 commit 94b9d20Copy full SHA for 94b9d20
packages/uikit-workshop/src/scripts/components/pl-search/pl-search.scss
@@ -14,7 +14,6 @@ $pl-clear-button-size-at-med: 1.4rem;
14
pl-search {
15
background-color: inherit;
16
top: 0;
17
- z-index: 10;
18
flex-shrink: 0;
19
padding: 0.4rem 0.5rem;
20
display: inline-block;
@@ -279,7 +278,7 @@ pl-search {
279
278
280
.pl-c-typeahead__input-wrapper {
281
position: relative; // used for positioning search clear button in relation to the <input>
282
- flex-shrink: 0;
+ flex-shrink: 1;
283
}
284
285
.pl-c-typeahead__clear-button {
0 commit comments