aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r--src-vue/src/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index 58fd1d6b..4401ac96 100644
--- a/src-vue/src/style.css
+++ b/src-vue/src/style.css
@@ -37,6 +37,7 @@ body {
.fc-container {
position: relative;
- height: calc(100% - var(--fc-menu_height));
+ padding-top: var(--fc-menu_height);
+ height: 100%;
color: white;
}