fix: Update class name in PageComponent (#3842)
* refactor: Update class name in PageComponent * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com>
This commit is contained in:
parent
ad97ee9830
commit
bf9ded5063
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ export default function Page({ view }: { view?: boolean }): JSX.Element {
|
|||
},
|
||||
);
|
||||
}}
|
||||
className="postion absolute -top-10 rounded-sm"
|
||||
className="postion react-flow__controls absolute -top-10"
|
||||
>
|
||||
<ShadTooltip content="Add note">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue