Skip to content

Commit

Permalink
fix pagination overlapping wiki content
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Jul 31, 2020
1 parent 1329749 commit 32366f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/sass/components/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ img {
position: absolute;
max-width: 100%;
max-height: 100%;

&.wiki {
position: static;
padding-bottom: $line-height-computed;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit 32366f5

Please sign in to comment.