Button vertical alignment

I found the solution, I had to add the option align to the button. For example

filterButton = Button(label="Apply filters", button_type="success", sizing_mode='stretch_width', width=pwdith, align='end')