Dashboard main container size gets changed
Environment
Nextcloud 20.0.4 Vivaldi 3.5 / Fedora
Description
Using this addon the dashboard container size gets changed and its background accordingly. Content is missing in height and the design seems broken.
Screenshot

Affected code
# css/dashboard.css
body {
height: auto;
min-height: 100%;
}
If this code gets simply removed it works just fine. This problem also exists for https://github.com/nextcloud/integration_gitlab
Thanks for the issue. This piece of css is a an attempt to fix the incorrect position of items context menus when widgets are not on the first row.
I can remove that and wait for a fix in nc/vue. Or do you have a magic css trick to fix both problems?
This context menu topic is discussed in https://github.com/nextcloud/nextcloud-vue/issues/1384
So then it's good, that I dont simply opened a MR. I did not enough testing to bring any magic css tricks for now, so maybe quickfix it first and wait for nc/vue.