From 75cf6d1866f39f5714084df62de83e9aed1c6d4c Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Fri, 10 Apr 2026 16:40:29 +0200 Subject: [PATCH] fix: Unset max-height for news o-aside --- assets/sass/contentNavigation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/sass/contentNavigation.scss b/assets/sass/contentNavigation.scss index ea6ad4be..f943ba29 100644 --- a/assets/sass/contentNavigation.scss +++ b/assets/sass/contentNavigation.scss @@ -223,6 +223,7 @@ display: flex; transform: unset; box-shadow: unset; + max-height: unset; } main.o-newspage .o-aside {