How To Update Default Widget Styling

3
Hi all,   I have the Mendix Calendar Widget in my application, using Mendix 10.4.1.   Currently in the JavaScript source, I see that the minimum height of the widget is set to 350px (line 570). Is there any way I can override this property without editing the widget itself?   I tried to add min-height: 50px !important; to the widget's style, but it doesn't seem to help - the override does not reflect in my browser's DevTools Element inspection.   Thanks in advanced!
asked
1 answers
0

Hi Nico,

 

You should be able to accomplish this using a javascript snippet on the page as long as you can target the correct element in the DOM.  Something like the answer to this forum post could work.

 

Hope this helps!

answered