Browse Source

Merge pull request #22614 from nextcloud/fix/22606/popover-boundaries

Increase html body height to full content height
tags/v20.0.0beta4
Morris Jobke 3 years ago
parent
commit
7fd505f881
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/styles.scss

+ 1
- 1
core/css/styles.scss View File

@@ -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 {

Loading…
Cancel
Save