From 7a8f3e648d7cae28fcadd5d8dd92d91b905b703c Mon Sep 17 00:00:00 2001 From: Tim Fischbach Date: Fri, 22 Nov 2024 09:00:42 +0100 Subject: [PATCH] Prevent last section from extending beyond footer When the last section does not use full height, depending on its transition settings, its backdrop can still have full viewport height. This can cause the document to expand vertically resulting in empty space below the footer. REDMINE-20872 --- entry_types/scrolled/package/src/frontend/Content.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/entry_types/scrolled/package/src/frontend/Content.module.css b/entry_types/scrolled/package/src/frontend/Content.module.css index 4d7868b5b7..48486f4463 100644 --- a/entry_types/scrolled/package/src/frontend/Content.module.css +++ b/entry_types/scrolled/package/src/frontend/Content.module.css @@ -1,5 +1,6 @@ .Content { font-family: var(--theme-entry-font-family); + overflow: clip; } @media screen {