-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 positioning of the public page footer #34396
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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.
Revert it for now to fix the broken CI
/compile amend / |
@@ -82,6 +83,11 @@ $download-button-section-height: 200px; | |||
max-height: 100%; | |||
} | |||
|
|||
|
|||
.app-files_sharing #app-content footer { | |||
position: sticky !important; |
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.
do you think this will work or will we need to make an exceptioni here for txt or md files?
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.
at least it works for other file types in my testing...
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9b82a30
to
864b1ca
Compare
Works @szaimen <3 |
It this CI error related to this PR @juliushaertl @szaimen |
the error is unrelated afaics |
/backport to stable25 |
Fix: #34399
Fixes the regression mentioned in #34331 that the footer would be positioned a the page top.