Skip to content

Commit

Permalink
fix: allow overflow for treenode-content
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Mar 12, 2024
1 parent f08b66a commit 51eb3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ToolMenu/LayerTree/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.ant-tree-node-content-wrapper {
flex: 1;
overflow-x: scroll;
.ant-tree-title {
.tree-node-header {
display: flex;
Expand Down

0 comments on commit 51eb3f8

Please sign in to comment.