Skip to content

Commit 752f190

Browse files
fix: tool store style
1 parent 0a85921 commit 752f190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/tool/toolStore/ToolStoreDialog.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ defineExpose({ open })
357357
}
358358
359359
.category-scrollbar {
360-
max-height: calc(100vh - 260px);
361-
min-height: 500px;
360+
height: calc(100vh - 260px);
361+
// min-height: 500px;
362362
}
363363
}
364364
</style>

0 commit comments

Comments
 (0)