jfcaiceo / react-lightbox-component

An image lightbox component for ReactJS
http://jfcaiceo.github.io/react-lightbox-component/
MIT License
76 stars 31 forks source link

How to still position screen when open lightbox and close lightbox #21

Open 1112266 opened 5 years ago

1112266 commented 5 years ago

when i click event toggleLightbox then position scroll back to 0 . if i want still position click image when click close lightbox then i must how ???? example : when position scrollTop : 500 . after i click close lightbox then scrollTop 500 not 0

Blancduman commented 4 years ago

Same issue