nextcloud-vue
nextcloud-vue copied to clipboard
right sidebar moves up and down while resizing the window
Tested on c.nc.com with NC25RC1
When I resize the window the right sidebar (chat) starts to move around.

Sometimes I can't even access the chat input field.
Don't resize :)
Also happens in the files app, so it's a bug in the lib
Removing position, top and right here solves the issue for me:
https://github.com/nextcloud/nextcloud-vue/blob/f1095a644651656ed3a56fddcf760f2b402b3cb0/src/components/NcAppSidebar/NcAppSidebar.vue#L629-L633
At least removing top solves it for me. See #3222
With Deck I saw the same issue with the left sidebar in case it is not the same css rule:

Deck is not updated with the latest Vue lib yet, so that's expected