-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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(files): fix list gap at bottom #47500
Conversation
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
I guess the calculation of the height changed at some point and we forgot to remove the beforeHeight. 🤔
EDIT: just did, it's perfect! 👍 |
/compile amend-rebase / |
Signed-off-by: Elizabeth Danzberger <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
200a64c
to
99221f2
Compare
Last time I touched that logic and copy-pasted but shame on me I did not tested with recommended-files or text installed 🙈 |
Did you also test with a fileid in the URL? So that the scrolling still works? Because the scroll position still takes |
@susnux I just gave it a whirl, it seems like it still auto-scrolls so the selected file is still visible. |
Summary
Due to a dynamic CSS property in the
VirtualList.vue
component, there was extra space after the final file in the list whenever the rich workspace is active. This PR removes the naughty part of the height calculation as specified in the issueScreenshots
Before
After
Checklist