Ensure carousel slides don't overflow (#34927)
This commit is contained in:
parent
12c0e58d9a
commit
e9f197740d
1 changed files with 2 additions and 0 deletions
|
@ -11053,6 +11053,8 @@ noscript {
|
|||
&__slide {
|
||||
flex: 0 0 auto;
|
||||
flex-basis: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue