Skip to content

Commit 966b620

Browse files
authored
RI-7740: Adjust instances navigation position (#5209)
1 parent 7f91d31 commit 966b620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/instance-header/components/instances-navigation-popover/InstancesNavigationPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const InstancesNavigationPopover = ({ name }: Props) => {
113113
return (
114114
<RiPopover
115115
ownFocus
116-
anchorPosition="downRight"
116+
anchorPosition="downLeft"
117117
panelPaddingSize="none"
118118
isOpen={isPopoverOpen}
119119
closePopover={() => showPopover()}

0 commit comments

Comments
 (0)