Hello,
I am using ExtJS 6.
I have a div (in a VBOX layout) in which i have a button. I would like the button to be placed at the bottom of the containing div and push it a bit down so that it would exceed the DIV's bottom part.
I know how to achieve that in CSS (using 'position' and 'overflow' attributes) but i'm having problems achieving it in ExtJS.
Any ideas how i can solve that?
Thank you,
Dana