Currently working on a jqm project that is specifically for mobile devices.
In this project, I have implemented two panels - one set to push and the other overlay. While one panel is positioned in the left corner of the screen, the other is located in the top right corner.
My main query revolves around setting the width of the right panel to 100% (which has been successfully achieved) and adjusting the height to be between 10-20% (40px-50px). Is it feasible to accomplish this without compromising any existing functionalities? Can this adjustment be made using CSS or will there be limitations? Although I've managed to modify the width, I'm encountering difficulties with setting the height.
I appreciate any insight or advice provided in advance!