File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -304,13 +304,13 @@ const GraphViewModal: React.FunctionComponent<GraphViewModalProps> = ({
304304 nvlCallbacks = { nvlCallbacks }
305305 />
306306 < IconButtonArray orientation = 'vertical' floating className = 'absolute bottom-4 right-4' >
307- < ButtonWithToolTip text = 'Zoom in' onClick = { handleZoomIn } >
307+ < ButtonWithToolTip text = 'Zoom in' onClick = { handleZoomIn } placement = 'left' >
308308 < MagnifyingGlassPlusIconOutline />
309309 </ ButtonWithToolTip >
310- < ButtonWithToolTip text = 'Zoom out' onClick = { handleZoomOut } >
310+ < ButtonWithToolTip text = 'Zoom out' onClick = { handleZoomOut } placement = 'left' >
311311 < MagnifyingGlassMinusIconOutline />
312312 </ ButtonWithToolTip >
313- < ButtonWithToolTip text = 'Zoom to fit' onClick = { handleZoomToFit } >
313+ < ButtonWithToolTip text = 'Zoom to fit' onClick = { handleZoomToFit } placement = 'left' >
314314 < FitToScreenIcon />
315315 </ ButtonWithToolTip >
316316 </ IconButtonArray >
You can’t perform that action at this time.
0 commit comments