Update height on page-content, fixes #33538 (#34585)

This commit is contained in:
Alex van den Hoogen 2024-09-25 09:56:43 +02:00 committed by GitHub
parent 5314a86db1
commit 4418565024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ body, html {
.page-content {
display: inline-block;
height: 100%;
min-height: 100%;
margin-top: 0;
padding-top: 88px;
width: 100%;