Skip to content

Commit

Permalink
fix (carousel): display content correctly if column arrangement is se…
Browse files Browse the repository at this point in the history
…t for tablet and mobile (#3267)
  • Loading branch information
mxkae authored Sep 5, 2024
1 parent 224a9b0 commit 761b67f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/block/carousel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
&.stk--is-slide[data-slides-to-show="1"] {
--gap: 0px;
}
.stk-block-carousel__slider .stk-block-column {
// Reset column order of carousel inner columns in case carousel is in columns block.
order: initial;
}
}
.stk-block-carousel__slider {
display: flex;
Expand Down

0 comments on commit 761b67f

Please sign in to comment.