diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-09-10 14:57:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 14:57:28 +0200 |
commit | f91a85c32eb4a4c3cef20e0daab4069437df5d07 (patch) | |
tree | d101ec2025b8b7337943da306efc078660ad58b3 /core | |
parent | b056b5b7fcca028b57a38026de11890886bc4de1 (diff) | |
parent | 5bfd7143dc91d4d26ae6d9d9fbb12cbfcfe39336 (diff) | |
download | nextcloud-server-f91a85c32eb4a4c3cef20e0daab4069437df5d07.tar.gz nextcloud-server-f91a85c32eb4a4c3cef20e0daab4069437df5d07.zip |
Merge pull request #22773 from nextcloud/revert-22614-fix/22606/popover-boundaries
Revert "Increase html body height to full content height"
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index f1d810a9134..e66ceda15d4 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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 { |