Ensure carousel slides don't overflow (#34927)

This commit is contained in:
Echo 2025-06-04 16:29:34 +02:00 committed by GitHub
parent 12c0e58d9a
commit e9f197740d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11053,6 +11053,8 @@ noscript {
&__slide {
flex: 0 0 auto;
flex-basis: 100%;
width: 100%;
overflow: hidden;
}
.status {