FIX Removong sticky behaviour on sidebar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-07-11 14:09:54 +02:00
parent 0d77007d14
commit 94e2fa7d84

View File

@ -33,7 +33,7 @@
@apply pb-12; @apply pb-12;
} */ } */
.metier-patrimoine-searchbar { .metier-patrimoine-searchbar {
@apply md:w-80 shrink-0 h-fit md:sticky top-0; @apply md:w-80 shrink-0 h-fit top-0;
.posts-results-count { .posts-results-count {
@apply shrink-0; @apply shrink-0;
} }