Skip to content

Commit 079d444

Browse files
szaimennextcloud-command
authored andcommitted
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>
1 parent 107aeb3 commit 079d444

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/dashboard/src/DashboardApp.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export default {
429429
<style lang="scss" scoped>
430430
#app-dashboard {
431431
width: 100%;
432-
min-height: 100vh;
432+
min-height: 100%;
433433
background-size: cover;
434434
background-position: center center;
435435
background-repeat: no-repeat;

dist/dashboard-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dashboard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)