Update style.css

This commit is contained in:
Broque Thomas 2025-12-29 15:07:52 -08:00
parent 8f15dc039d
commit 0743070c84

View file

@ -18878,7 +18878,10 @@ body {
} }
.search-section.active { .search-section.active {
display: block; display: flex;
flex-direction: column;
flex-grow: 1;
overflow: hidden;
} }
/* ========================================= */ /* ========================================= */