1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-11 20:21:49 +00:00

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