Hi,
I want to implement a responsive style for an HTML component (using @media only screen and (device-width: 768px)).
But it seems like height and width are overwritten by the class generated by Appery ( div.{page name}_{object name} ).
Would it be possible to fix this without using .removeClass on page load?