Skip to content

Commit

Permalink
Merge pull request #22614 from nextcloud/fix/22606/popover-boundaries
Browse files Browse the repository at this point in the history
Increase html body height to full content height
  • Loading branch information
MorrisJobke authored Sep 10, 2020
2 parents 9780c4f + 36076d2 commit 7fd505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
}

html, body {
height: 100%;
min-height: 100%;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
Expand Down

0 comments on commit 7fd505f

Please sign in to comment.