Skip to content

Commit

Permalink
[Fix] 슬라이드 하단이 가려지던 버그 수정 #1160
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 14, 2023
1 parent 80e5af0 commit 46e3802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/tournament-record/WinnerSwiper.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}

.swiperSlide {
height: 80%;
height: 80% !important; // 라이브러리 default height 속성 무시
margin: 1.5rem 0;
}

0 comments on commit 46e3802

Please sign in to comment.