Skip to content
Snippets Groups Projects
Commit 147cd71b authored by Friederike Schwager's avatar Friederike Schwager Committed by Friederike Schwager
Browse files

bugfix footer was over comments (for some screen widths)

parent 6ffebbcd
No related branches found
No related tags found
No related merge requests found
...@@ -331,7 +331,7 @@ body { ...@@ -331,7 +331,7 @@ body {
margin: 0; margin: 0;
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 991px) {
.path-mod-pdfannotator #content-wrapper, .path-mod-pdfannotator #comment-wrapper { .path-mod-pdfannotator #content-wrapper, .path-mod-pdfannotator #comment-wrapper {
height: 50%; height: 50%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment