Fixes position of pagination with large image attachment.

This commit is contained in:
two-pack
2019-08-13 09:03:50 +09:00
parent 22ec5e09f5
commit 9f451017c5

View File

@@ -108,6 +108,20 @@ a.collapsible.collapsed,
// stylelint-enable declaration-no-important
}
img {
image-orientation: from-image;
}
.filecontent-container {
position: relative;
margin-bottom: 20px;
min-height: 200px;
}
.filecontent-container > .filecontent {
position: absolute;
max-height: 100%;
max-width: 100%;
}
//== Responsive autoscroll
//