diff --git a/src/layout/components/panel/index.vue b/src/layout/components/panel/index.vue index aa8ef495b..01aa26cba 100644 --- a/src/layout/components/panel/index.vue +++ b/src/layout/components/panel/index.vue @@ -54,7 +54,7 @@ emitter.on("openPanel", () => { .right-panel { width: 100%; - max-width: 300px; + max-width: 315px; height: 100vh; position: fixed; top: 0; @@ -105,8 +105,8 @@ emitter.on("openPanel", () => { .right-panel-items { margin-top: 60px; - height: 100vh; - overflow: auto; + height: calc(100vh - 60px); + overflow-y: auto; } .project-configuration {