bensonruan / webcam-easy

javascript access webcam stream and take photo
https://bensonruan.com/how-to-access-webcam-and-take-photo-with-javascript
MIT License
241 stars 110 forks source link

overflow-y #16

Open pa4th opened 3 years ago

pa4th commented 3 years ago

Hello,

I use the camera like a popup. But after closing the camera I lost the scrollbar.

There a 2 $('body').css('overflow-y','hidden'); but no restores.

And a $('body').css('overflow-y','visible'); in cameraStopped() or ('#exit-app') dosn,t restore the scrollbar.

But Thanks for the app