Skip to content

Commit 6345712

Browse files
committed
#RI-5354 - fix tooltip anchor
1 parent f10d6d4 commit 6345712

File tree

1 file changed

+1
-0
lines changed
  • redisinsight/ui/src/components/database-side-panels/panels/enablement-area/EnablementArea/components/CodeButtonBlock

1 file changed

+1
-0
lines changed

redisinsight/ui/src/components/database-side-panels/panels/enablement-area/EnablementArea/components/CodeButtonBlock/CodeButtonBlock.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ const CodeButtonBlock = (props: Props) => {
137137
}}
138138
button={(
139139
<EuiToolTip
140+
anchorClassName={styles.popoverAnchor}
140141
content={isPopoverOpen ? undefined : 'Open Workbench in the left menu to see the command results.'}
141142
data-testid="run-btn-open-workbench-tooltip"
142143
>

0 commit comments

Comments
 (0)