mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
Update EditorTermGraph.tsx
This commit is contained in:
parent
13e9ed5876
commit
9391d757d7
|
@ -474,7 +474,7 @@ function EditorTermGraph({ onOpenEdit, onCreateCst, onDeleteCst }: EditorTermGra
|
|||
<div className='w-full h-full overflow-auto'>
|
||||
<div
|
||||
className='relative'
|
||||
style={{width: canvasWidth, height: canvasHeight, borderBottomWidth: noNavigation ? '1px': ''}}
|
||||
style={{width: canvasWidth, height: canvasHeight}}
|
||||
>
|
||||
<div className='relative top-0 right-0 flex mt-1 ml-2 z-pop flex-start'>
|
||||
<div className='px-1 py-1' id='items-graph-help' >
|
||||
|
|
Loading…
Reference in New Issue
Block a user