add margin to footer so it doesnt disappear on long pages

This commit is contained in:
David Rodenkirchen 2024-08-27 16:14:22 +02:00
parent 691602a727
commit 2609939ce1

View File

@ -45,7 +45,8 @@ class BasePage(Component):
grow_x=False,
grow_y=False,
min_height=1.2,
min_width=53.1
min_width=53.1,
margin_bottom=3
),
Spacer(grow_x=True, grow_y=False),
grow_y=False