Position the search results error message statically instead of absolutely #101

Merged
jakob.scheid merged 2 commits from fix/search-results-error-message into main 2026-06-02 13:19:35 +02:00
Showing only changes of commit 2a0b5c9b86 - Show all commits
@@ -54,8 +54,6 @@ const { t } = useI18n();
display: flex;
justify-content: center;
width: calc(100% - 2 * var(--main-content-padding-x));
position: absolute;
top: calc(50vh - 0.5 * var(--error-message-height) - var(--error-message-padding));
}
.search-results-error-message {