diff options
Diffstat (limited to 'src/assets')
-rw-r--r-- | src/assets/app.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss index 5102f93..d112482 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss | |||
@@ -13,7 +13,7 @@ | |||
13 | text-overflow: ellipsis; | 13 | text-overflow: ellipsis; |
14 | } | 14 | } |
15 | 15 | ||
16 | html, body, body #app { | 16 | html, body, body #app-mount, body #app { |
17 | height: 100%; | 17 | height: 100%; |
18 | background-color: var(--background); | 18 | background-color: var(--background); |
19 | } | 19 | } |