How to prevent jQuery Mobile from adding min-height to data-role="page" element
Hello,
I'm using jQuery Mobile 1.3 RC1 with jQuery 1.8.2. I have noticed that jQuery Mobile apparently adds a style attribute with calculated min-height property to the data-role="page" element. This is causing some problems with the particular design and layout I'm using. I have a min-height property in my CSS, but it is ignored since jQuery Mobile adds the min-height directly to the element via a style attribute.
If I use Firebug or Web Inspector to disable the element's min-height style property everything works perfectly.
I was given this design that was done by a previous CSS designer and I'm trying to integrate jQuery Mobile into i to make use of the jQuery Mobile widgets and the like. Unfortunately I don't have much CSS experience myself, so a reply of "redesign your HTML and CSS" doesn't help me much.
All I need to do is prevent jQuery Mobile from adding the min-height style property. How can I do it?
Thank you!!!!