增加工具栏提示。
This commit is contained in:
parent
61661e2a09
commit
c790fba800
@ -221,8 +221,9 @@ const NodePanel: React.FC<NodePanelProps> = ({onNodeDragStart}) => {
|
||||
},
|
||||
body: {
|
||||
padding: '12px',
|
||||
height: 'calc(100vh - 200px)',
|
||||
overflowY: 'auto'
|
||||
height: 'calc(100vh - 250px)',
|
||||
overflowY: 'auto',
|
||||
overflowX: 'hidden'
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user