You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Steps and copied the Pagination Integration example from the docs verbatim but see this:
It appears this resolves if the ::before parent (where the [counter-increment:step] utility is applied) also receives a z-index utility like z-1. isolate on the Steps root would also prevent needing to fight against the z-index layering later.
I am running svelte-ux v~0.70.0
The text was updated successfully, but these errors were encountered:
Hey @brandonmcconnell, that's interesting. I wonder if there is also some external styling bleeding in, or an older version of tailwind causing a conflict (I had this initially since the component leverages size-, but I can't think of anything stacking/z-index related here.
I know the Daisy UI implementation used z-index, and I'm fine with adding it here with isolate to keep it scoped, but curious what might be the difference between the docs and your project.
I am using
Steps
and copied the Pagination Integration example from the docs verbatim but see this:It appears this resolves if the
::before
parent (where the[counter-increment:step]
utility is applied) also receives a z-index utility likez-1
.isolate
on theSteps
root would also prevent needing to fight against the z-index layering later.I am running svelte-ux v~0.70.0
The text was updated successfully, but these errors were encountered: