Fix search positioning issue

This commit is contained in:
maeligg 2021-06-02 09:57:43 +02:00
parent c5f57f7618
commit 3258f0c775

View file

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