Skip to content

Commit

Permalink
chore(ui): fix carousel buttons not showing up on FF
Browse files Browse the repository at this point in the history
Apparently putting "position: relative" on something that is not a block is
a bad idea (c)
  • Loading branch information
jahow committed May 22, 2024
1 parent c4b41b4 commit a1996dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ui/layout/src/lib/carousel/carousel.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

:host {
position: relative;
display: block;
}

.carousel-step-dot {
Expand Down

0 comments on commit a1996dc

Please sign in to comment.