Skip to content

Commit d08805f

Browse files
waleedlatif1claude
andcommitted
fix(tour): remove duplicate overlay on center-placed tour steps
Joyride's spotlight already renders a full-screen overlay via boxShadow. The centered TourTooltip was adding its own bg-black/55 overlay on top, causing double-darkened backgrounds. Removed the redundant overlay div. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c4bd242 commit d08805f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/components/emcn/components/tour-tooltip/tour-tooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ function TourTooltip({
169169
if (isCentered) {
170170
return createPortal(
171171
<div className='fixed inset-0 z-[10000300] flex items-center justify-center'>
172-
<div className='absolute inset-0 bg-black/55' />
173172
<div
174173
className={cn(
175174
cardClasses,

0 commit comments

Comments
 (0)