Header plus #scroll-marker is typically larger than 25px.

This commit is contained in:
ccd0 2015-07-03 13:26:17 -07:00
parent b2cc435ace
commit a7c4b1e6b8

View File

@ -988,7 +988,7 @@ span.hide-announcement {
max-height: 100vh;
}
:root.fit-height.fixed .full-image {
max-height: calc(100vh - 25px);
max-height: calc(100vh - 35px);
}
:root.fit-width .full-image {
max-width: 100%;