fix pagination overlapping wiki content

This commit is contained in:
Marcello Barnaba
2020-07-31 16:11:49 +02:00
parent 13297491d0
commit 32366f5679
2 changed files with 6 additions and 1 deletions

View File

@@ -124,6 +124,11 @@ img {
position: absolute;
max-width: 100%;
max-height: 100%;
&.wiki {
position: static;
padding-bottom: $line-height-computed;
}
}
}

File diff suppressed because one or more lines are too long