Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
When slide is open width is zero for images-wrap class.
  • Loading branch information
learnfromscratches authored Apr 16, 2024
1 parent 3693364 commit 3b5c104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width : auto
}

.react-slideshow-wrapper .images-wrap>div[aria-hidden='true'] {
display: none;
}
}

0 comments on commit 3b5c104

Please sign in to comment.