Skip to content

Commit

Permalink
Prevent last section from extending beyond footer
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tf committed Nov 22, 2024
1 parent 16cef60 commit 7a8f3e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.Content {
font-family: var(--theme-entry-font-family);
overflow: clip;
}

@media screen {
Expand Down

0 comments on commit 7a8f3e6

Please sign in to comment.