Merge pull request #22561 from owncloud/ie-publicpagefooter

Fix public page footer position in IE
This commit is contained in:
Thomas Müller 2016-02-22 14:13:42 +01:00
commit 3a0c4d11d9
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
min-height: calc(100vh - 120px); min-height: calc(100vh - 120px);
} }
/* force layout to make sure the content element's height matches its contents' height */
.ie #content {
display: inline-block;
}
#preview { #preview {
background: #fff; background: #fff;
text-align: center; text-align: center;