feat(carousel): adjust item width calculation for better distribution and responsiveness

This commit is contained in:
2026-07-23 13:37:10 -03:00
parent 862751fec8
commit 37bbd65cfe
5 changed files with 27 additions and 26 deletions

View File

@@ -79,6 +79,10 @@
flex: 0 0 auto;
min-width: 0;
scroll-snap-align: start;
> * {
width: 100%;
}
}
&__control {