Skip to content

Commit

Permalink
Merge pull request #11 from cjlryan/tailwind-clash-fix
Browse files Browse the repository at this point in the history
Removed CSS style clash with Tailwind in stepper.svelte
  • Loading branch information
efstajas authored Dec 10, 2024
2 parents abe5d9e + 9ee4f2d commit 541de1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/stepper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
</script>

<div
class="container"
class="stepper-container"
style:height={`${$containerHeight}px`}
style:overflow={transitioning ? 'hidden' : 'visible'}
>
Expand Down Expand Up @@ -267,7 +267,7 @@
</div>

<style>
.container {
.stepper-container {
position: relative;
}
Expand Down

0 comments on commit 541de1f

Please sign in to comment.