Carousels outside of full-screen modals broken in v1.1.3
See original GitHub issueSteps to reproduce the behavior:
- Create a
<Carousel />
component outside of a Modal with some images
Expected behavior: The Carousel is no wider than its container
Actual behavior: The Carousel is much wider and overflows from its container
For example, here’s what the docs page at http://jossmac.github.io/react-images/#/styles should look like
Here’s what it looked like when I ran the development server in the latest version
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Fullscreen mode breaks bootstrap modals · Issue #77 - GitHub
Open a bootstrap modal with an editor in it. Start fullscreen mode (the editor sets the inline style="overflow: hidden;"); Stop fullscren mode ( ......
Read more >Bootstrap 4 full-screen modal with carousel issues in Safari
This is my attempt at creating a full-screen Bootstrap 4 modal with a full-screen images carousel. Images have max-height: 100%; and ...
Read more >CSS Modal Examples That You Can Download and Edit
The modal window opens when clicking on the details. Users close the window by clicking the cross or outside of the modal window....
Read more >Modal · Bootstrap v5.1
Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read more >ThemeNectar | Changelogs - Salient
Fixed preview functionality to generate dynamic element CSS correctly on Portfolio post type · Fixed "Carousel" page builder > "Flickity" type ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well I removed the section that someone said was causing the issue.
Can confirm it’s fixed in v1.1.7, thanks @davwheat!