react-image-lightbox
react-image-lightbox copied to clipboard
style.css is not imported automatically when using Ant Design
If you're using react-image-lightbox with Ant Design, you need to manually import the styles.css file or else it won't be included and your lightbox will look wack.
import "../../../node_modules/react-image-lightbox/style.css"
I've tried this and it worked too:
import "react-image-lightbox/style.css"