Fixed tooltip not appearing
This commit is contained in:
parent
aeb7b91446
commit
f4396fd6ea
1 changed files with 8 additions and 8 deletions
|
|
@ -74,19 +74,19 @@ export default function ExtraSidebar() {
|
|||
</ShadTooltip>
|
||||
</div>
|
||||
<div className="side-bar-button">
|
||||
<ShadTooltip content="Export" side="top">
|
||||
<ExportModal>
|
||||
<ExportModal>
|
||||
<ShadTooltip content="Export" side="top">
|
||||
<div className={classNames("extra-side-bar-buttons")}>
|
||||
<IconComponent
|
||||
name="FileDown"
|
||||
className="side-bar-button-size"
|
||||
/>
|
||||
</div>
|
||||
</ExportModal>
|
||||
</ShadTooltip>
|
||||
</ShadTooltip>
|
||||
</ExportModal>
|
||||
</div>
|
||||
<div className="side-bar-button">
|
||||
<ShadTooltip content="Code" side="top">
|
||||
<ShadTooltip content={"Code"} side="top">
|
||||
<div className="side-bar-button">
|
||||
{flow && flow.data && (
|
||||
<ApiModal flow={flow} disable={!isBuilt}>
|
||||
<div className={classNames("extra-side-bar-buttons")}>
|
||||
|
|
@ -100,8 +100,8 @@ export default function ExtraSidebar() {
|
|||
</div>
|
||||
</ApiModal>
|
||||
)}
|
||||
</ShadTooltip>
|
||||
</div>
|
||||
</div>
|
||||
</ShadTooltip>
|
||||
<div className="side-bar-button">
|
||||
<ShadTooltip content="Save" side="top">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue