Skip to content

Commit 990f343

Browse files
committed
fix: do not allow joined colonies to move on sidebar scroll
1 parent 9b09506 commit 990f343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v5/shared/Navigation/ColonySwitcher/partials/JoinedColoniesPopover/JoinedColoniesPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const JoinedColoniesPopover = ({
3434
setTooltipRef={setTooltipRef}
3535
tooltipProps={getTooltipProps}
3636
classNames={clsx(
37-
'bg-white z-top mt-4 max-h-[calc(100%-32px)] w-[252px] rounded-lg border-gray-200 px-0 pb-4 pt-0 shadow-none',
37+
'bg-white !left-[calc(100%+0.4rem)] z-top mt-4 max-h-[calc(100%-32px)] w-[252px] !transform-none rounded-lg border-gray-200 px-0 pb-4 pt-0 shadow-none',
3838
{
3939
'!bg-gray-100': isDarkMode,
4040
},

0 commit comments

Comments
 (0)