Skip to content

Commit

Permalink
fix(Slider): fix items height
Browse files Browse the repository at this point in the history
  • Loading branch information
PahaN47 committed Oct 10, 2024
1 parent e7d7bea commit f2f404c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blocks/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ $block: '.#{$ns}SliderBlock';

.slick-slide > div {
display: flex;
width: 100%;
height: 100%;
}
}

Expand Down

0 comments on commit f2f404c

Please sign in to comment.