scotch-io / scotch-panels

jQuery Off Canvas Menus and Panels Plugin
600 stars 99 forks source link

Panels always in viewport #17

Closed j11k00 closed 9 years ago

j11k00 commented 9 years ago

Really loving the idea of the plugin, but I'm struggling to find something for long scrolling content on a mobile device. Basically I'm trying to find a way that no matter at what point of the page the toggle is triggered, the panels would always appear within the view port. Could this be done with 100vh 100wh container? Only need support for modern browsers. Hope this makes sense. Any suggestions would be greatly appreciated.

whatnickcodes commented 9 years ago

Check the Fixed Demos. You can use that method and make it the height of the viewport pretty easily.

http://codepen.io/ncerminara/pen/Acybr http://codepen.io/ncerminara/pen/fwHjL http://codepen.io/ncerminara/pen/rtesj

Hope that helps!