moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
55 stars 49 forks source link

Footer displacement on pages with minimal content #655

Open Sebbsen opened 1 month ago

Sebbsen commented 1 month ago

Describe the bug The footer does not stay at the bottom of the screen when there isn't enough content on the page to fill the viewport. This bug has previously occurred #269 and was fixed #309, but it has reappeared, likely due to a recent update.

To Reproduce

  1. Go to or create a page with minimal content.
  2. Observe that the footer does not stick to the bottom of the viewport but moves up, leaving a gap beneath it.

Expected behavior The footer should remain at the bottom of the screen, regardless of the amount of content on the page.

Screenshots The footer contains only "Lorem Ipsum" as placeholder text. Screen size is is 1920x1080

footer-bug

Desktop:

whuml commented 1 month ago

Hallo @Sebbsen

thanks for posting this issue. I recogized same bahaviour at core Moodle at their https://sandbox.moodledemo.net/ . As we already fixed it at boost union #269 and #309 I added our "bug" label for fixing that with boost union again.

brgds Wolfgang