Skip to content

Commit

Permalink
[ML] add relative position to the chart container
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Jul 12, 2021
1 parent b7e9961 commit 13c47e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const SwimlaneContainer: FC<SwimlaneProps> = ({
>
<>
<div>
<div style={{ height: `${containerHeight}px` }}>
<div style={{ height: `${containerHeight}px`, position: 'relative' }}>
{showSwimlane && !isLoading && (
<Chart className={'mlSwimLaneContainer'}>
<Settings
Expand Down

0 comments on commit 13c47e1

Please sign in to comment.