Skip to content

Commit

Permalink
fix(ld-stepper): z-index issue when in placed container without expli…
Browse files Browse the repository at this point in the history
…cit z-order
  • Loading branch information
borisdiakur committed Jan 12, 2023
1 parent 5031b0e commit c91f55e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liquid/components/ld-stepper/ld-step/ld-step.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@
right: calc(var(--ld-stepper-gap) / -2);
top: calc(var(--ld-step-dot-size-with-icon) / 2);
transform: translateY(-50%);
z-index: -1;
}

&.ld-step--vertical::after {
Expand Down

1 comment on commit c91f55e

@vercel
Copy link

@vercel vercel bot commented on c91f55e Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

liquid – ./

liquid-oxygen.vercel.app
liquid-git-main-uxsd.vercel.app
liquid-uxsd.vercel.app

Please sign in to comment.