diff --git a/ui/src/views/tool/toolStore/ToolStoreDialog.vue b/ui/src/views/tool/toolStore/ToolStoreDialog.vue index 8e5257e10..c95e28938 100644 --- a/ui/src/views/tool/toolStore/ToolStoreDialog.vue +++ b/ui/src/views/tool/toolStore/ToolStoreDialog.vue @@ -357,8 +357,8 @@ defineExpose({ open }) } .category-scrollbar { - max-height: calc(100vh - 260px); - min-height: 500px; + height: calc(100vh - 260px); + // min-height: 500px; } }