diff options
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r-- | apps/dashboard/src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index a327bc3467c..d7327d743f4 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -403,6 +403,7 @@ export default { <style lang="scss" scoped> #app-dashboard { width: 100%; + min-height: 100vh; background-size: cover; background-position: center center; background-repeat: no-repeat; |