-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix pdfviewer on public pages #655
Conversation
/compile amend / |
5588d81
to
7f51ac4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bottom of the PDF viewer overflows the window, because the minimum height of the content is set to 100%. However, with the new style it seems that the minimum height must take into account the height of the header, so it should be calc(100% - 50px)
(or something similar) instead.
Besides that please note that this may need to be adjusted again once nextcloud/server#33803 is fixed.
7f51ac4
to
4d56a26
Compare
/compile amend / |
done |
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4d56a26
to
962e73f
Compare
Close nextcloud/server#33871
Signed-off-by: szaimen szaimen@e.mail.de