Skip to content

Commit a2aa7e9

Browse files
committed
dashboard should not have a scrollbar by default
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 107aeb3 commit a2aa7e9

1 file changed

Lines changed: 1 addition & 1 deletion

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;

0 commit comments

Comments
 (0)