Hi,
I want to reduce the height of a widget panel. I did so using a css like
#My_Widget_panel {
height: 290px !important;
}
However, when I open the app on a mobile, the panel is not positioned a the the bottom of the screen.
Is there a way to position the panel correctly on mobile device?