constant auto-scrolling
All checks were successful
publish.yml / publish (push) Successful in 1m4s

This commit is contained in:
2026-04-16 20:01:54 +02:00
parent 6f30fa2260
commit 17fbfc5022
3 changed files with 71 additions and 22 deletions

View File

@@ -50,6 +50,10 @@ h2 {
scrollbar-color: rgba(88, 166, 255, 0.45) rgba(33, 38, 45, 0.65);
}
.stack-carousel.is-auto-scrolling {
scroll-snap-type: none;
}
.stack-slide {
flex: 0 0 min(320px, calc(100% - 0.2rem));
scroll-snap-align: start;