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.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index d8e10375..b39ac8db 100644
--- a/src-vue/src/style.css
+++ b/src-vue/src/style.css
@@ -34,3 +34,9 @@ body {
--el-scrollbar-opacity: 0.5;
--el-scrollbar-hover-opacity: 0.7;
}
+
+.fc-container {
+ position: relative;
+ height: calc(100% - var(--fc-menu_height));
+ color: white;
+}