We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49d5f4 commit 72e4dabCopy full SHA for 72e4dab
frontend/src/views/dashboard/common/ResourceTree.vue
@@ -398,6 +398,7 @@ defineExpose({
398
<el-scrollbar v-loading="copyLoading" class="custom-tree">
399
<el-tree
400
ref="resourceListTree"
401
+ style="overflow-x: hidden"
402
menu
403
:empty-text="t('dashboard.no_dashboard')"
404
:default-expanded-keys="expandedArray"
0 commit comments