Fix: Search element zindex too high

pull/16/head
Juraj Nyíri 4 years ago
parent 8036dd7abc
commit d77e227bd9

@ -19229,7 +19229,7 @@ style.textContent = css `
.searchContainer {
position: relative;
z-index: 3;
z-index: 2;
}
.searchContainer input {

@ -92,7 +92,7 @@ style.textContent = css`
.searchContainer {
position: relative;
z-index: 3;
z-index: 2;
}
.searchContainer input {

Loading…
Cancel
Save