Fix search positioning issue
This commit is contained in:
parent
c5f57f7618
commit
3258f0c775
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
.c-search__search-wrapper:not(.c-search__search-wrapper--home) {
|
.c-search__search-wrapper:not(.c-search__search-wrapper--home) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 10;
|
||||||
top: 60px;
|
top: 60px;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue