ui/search: fix height calculate to avoid overlaying components

This commit is contained in:
Johannes Kirschbauer
2025-08-26 16:52:15 +02:00
parent dca7aa0487
commit 24c5146763

View File

@@ -80,8 +80,7 @@
.searchContent {
@apply px-3;
height: var(--container-height, 14.5rem);
padding-bottom: 4rem;
height: calc(var(--container-height, 14.5rem) - 4rem);
}
@keyframes contentHide {