ui/search: fix height of overflow

This commit is contained in:
Johannes Kirschbauer
2025-08-26 18:42:50 +02:00
parent b7639b1d81
commit 0b2fd681be

View File

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