Merge pull request #136 from two-pack/fixes_pos_pagination
Invalid position of pagination with large image attachment
This commit is contained in:
@@ -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
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user