Fix HintViewer positioning (#2124)

This commit is contained in:
Danila 2020-08-31 14:13:34 +03:00 committed by GitHub
parent 730a11e0a5
commit b215e165d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 13 deletions

View file

@ -431,7 +431,6 @@ const LayerUI = ({
return (
<FixedSideContainer side="top">
<HintViewer appState={appState} elements={elements} />
<div className="App-menu App-menu_top">
<Stack.Col
gap={4}
@ -445,6 +444,7 @@ const LayerUI = ({
<Stack.Col gap={4} align="start">
<Stack.Row gap={1}>
<Island padding={1} className={zenModeEnabled && "zen-mode"}>
<HintViewer appState={appState} elements={elements} />
{heading}
<Stack.Row gap={1}>
<ShapesSwitcher