make body flex

This commit is contained in:
Bruno Rybársky 2024-02-06 17:12:01 +01:00
parent 054a829ae0
commit a7acb28b2c

@ -261,4 +261,8 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
#pagearea{
flex-grow: 1;
}
#navbar, #pagearea, #footer{
width: 100%;
}