diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 0ff45e8d3a..d2841ae1fc 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -120,6 +120,7 @@ export default { .sidebar-container { width: 100% !important; position: initial !important; + height: calc(100vh - 80px) !important; } }