Eugene Butkov

Results 3 comments of Eugene Butkov

> @yqbk I also just ran into this, but I was passing the full ref object. Switching to `myRef.current` took care of it for me. Works for me too

I found only 2 libs 'bottom-sheet' for web. It's 'react-modal-sheet' and 'react-spring-bottom-sheet'.

> 1. Replace in ( lightslider.min.js ) > (padding-right to padding-left) > (vertical?"margin-left" to vertical?"margin-right") > 2. Add custom css > > .lSSlideOuter.vertical .lSGallery{ > left: 0; > } Works...