Merge pull request #22561 from owncloud/ie-publicpagefooter
Fix public page footer position in IE
This commit is contained in:
commit
3a0c4d11d9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue