diff options
author | szaimen <szaimen@e.mail.de> | 2022-09-08 09:47:04 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-08 07:54:22 +0000 |
commit | 079d444f53173d257e4ee1742a6a9fc1e8f6da79 (patch) | |
tree | ded32ea49fa165c9176d15054b90eae1ae15c714 /apps/dashboard/src | |
parent | 107aeb36e5435c9eb3c6b597d5a7da4f4909f5a9 (diff) | |
download | nextcloud-server-079d444f53173d257e4ee1742a6a9fc1e8f6da79.tar.gz nextcloud-server-079d444f53173d257e4ee1742a6a9fc1e8f6da79.zip |
dashboard should not have a scrollbar by default
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r-- | apps/dashboard/src/DashboardApp.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 883da90c992..3cc719dad4c 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -429,7 +429,7 @@ export default { <style lang="scss" scoped> #app-dashboard { width: 100%; - min-height: 100vh; + min-height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; |