Skip to content

Commit

Permalink
[VisBuilder] [BUG] fix empty workspace animation does not work in fir…
Browse files Browse the repository at this point in the history
…efox (#2853) (#2865)

* fix: fix VisBuilder empty animation does not work in firefox

Signed-off-by: raintygao <[email protected]>

* doc: add changelog for pull request

Signed-off-by: raintygao <[email protected]>

Signed-off-by: raintygao <[email protected]>
(cherry picked from commit 28c3df3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2cfea76 commit e575cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $keyframe-multiplier: 1 / $animation-multiplier;
animation: vbDragAnimation #{$total-duartion}s ease-in-out infinite forwards;
position: absolute;
top: 34.5%;
width: 50% !important;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ export const Workspace: FC = ({ children }) => {
body={
<>
<p>Drag a field to the configuration panel to generate a visualization.</p>
<span className="vbWorkspace__container">
<div className="vbWorkspace__container">
<EuiIcon className="vbWorkspace__fieldSvg" type={fields_bg} size="original" />
<EuiIcon
className="vbWorkspace__handFieldSvg"
type={hand_field}
size="original"
/>
</span>
</div>
</>
}
/>
Expand Down

0 comments on commit e575cef

Please sign in to comment.