Fix: dont clip search dropdown on mobile (#13675)

This commit is contained in:
shamoon
2026-08-13 10:57:16 -07:00
committed by GitHub
parent 639d566a7c
commit 634f803872
@@ -47,11 +47,12 @@
.search-container {
max-height: 4.5rem;
overflow: hidden;
overflow: visible;
transition: max-height .2s ease, opacity .2s ease, padding-top .2s ease, padding-bottom .2s ease;
&.mobile-hidden {
max-height: 0;
overflow: hidden;
opacity: 0;
padding-top: 0 !important;
padding-bottom: 0 !important;