I\'m doing \"Scroll JQuery Mobile Panel Separately From Content\" ,what I have done
I apply this css to Achieve what I do but the problem is
overflow-y : scroll
Try using overflow: auto instead. That will only show scrollbars when the content overflows the normal height, whereas overflow: scroll will show them all the time.
overflow: auto
overflow: scroll