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

Revert "Increase html body height to full content height"
This commit is contained in:
Joas Schilling 2020-09-10 14:57:28 +02:00 committed by GitHub
commit f91a85c32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
}
html, body {
min-height: 100%;
height: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {