react-image-lightbox icon indicating copy to clipboard operation
react-image-lightbox copied to clipboard

style.css is not imported automatically when using Ant Design

Open jrejaud opened this issue 5 years ago • 1 comments

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"

jrejaud avatar Aug 25 '20 09:08 jrejaud

I've tried this and it worked too:

import "react-image-lightbox/style.css"

stefanfuchs avatar Aug 26 '20 23:08 stefanfuchs