-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Make panel and page content scroll independently #5493
Comments
Thank you for the suggestion. Sadly at this time support for overflow on mobile browsers is very inconsistant and buggy which makes this impossible for us to do at the current time. We are looking into a way to do scrolling regions in the future and hoping support improves. There is already a feature request open for this so im going to close this. Thank you though for your suggestions. |
Going to use this ticket for panel overflow scrolling because it's more specific that the other ticket (#5449). |
Sorry not workin can you please suggest where i can put this JS? Currently i am using this one of my JS file. |
An interesting library we can possibly use is the following: http://filamentgroup.github.io/Overthrow |
where can i add this code to work for me....please help me asap. |
Any news on this issue? It is still closed although used as feature request... |
We fixed this issue with following code. it may helps you. html: .ui-panel { width: 8em; min-height: 100%; max-height: none; border-width: 0; position: fixed; top: 0; display: block; } .panel-wrapper { .panel-wrapper div { hope it helps you...:) |
I've something, that may help: |
What's the status of overflow / momentum scrolling in 2015? Doesn't majority of mobile users now use modern touch devices that support this? |
What about in 2016? The feature would be very super welcome. :) |
In 2016 mobile browser support position:fixed much better than before. For my side I remove old mobile compatibility and for locking content scroll I add transparent full screen div fixed before open menu (and remove on close) and this work perfectly. Good luckJD (iPhone)
|
@jeremydenoun thanks for the idea. Any chance you could clarify it with a short code snippet as an example? Cheers! |
https://fiddle.jshell.net/gmfzbnx6/5 work correctly on desktop and ios 10 safari |
Hi,
This is a feature request and implementation proposal :
You have implemented nice panel (:+1:) but with a simple support of overflow... for obtain a Facebook Panel menu more realistic display when we openning panel, the panel and the panel content should fix to max window height, the panel content should overflow hidden and panel should overflow auto...
I try implementation proposal and it's work on Android/iOS 5-6/Web
improvement possible :
Best
The text was updated successfully, but these errors were encountered: