fix: store page styling

This commit is contained in:
DecDuck
2025-03-11 11:47:35 +11:00
parent 9608cc9742
commit c3ee948682
3 changed files with 5 additions and 5 deletions

View File

@ -65,8 +65,8 @@ $helvetica: (
}
.store-caoursel > .carousel__viewport {
overflow: visible !important;
.store-carousel > .carousel__viewport {
overflow-y: visible !important;
}