Merge pull request #136 from two-pack/fixes_pos_pagination

Invalid position of pagination with large image attachment
This commit is contained in:
Grzegorz Rajchman
2019-08-13 22:05:03 +01:00
committed by GitHub

View File

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