diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index d2841ae1fc..313ed1ff09 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -121,6 +121,8 @@ export default { width: 100% !important; position: initial !important; height: calc(100vh - 80px) !important; + overflow-x: hidden !important; + overflow-y: auto !important; } }