From f0e0f1cf7cd3f9160b4185096560f797124335a5 Mon Sep 17 00:00:00 2001 From: Zachary Trabookis Date: Wed, 10 Apr 2024 10:53:53 -0400 Subject: [PATCH] feat: Ensure the page loading has sticky footer. Reached out to support for this. It appears the page loading doesn't take changes in for the `brand-openedx` CSS changes, so we need to adjust the height manually. https://discuss.openedx.org/t/sticky-footer-mfe-learning-page-loading/12721 --- src/generic/PageLoading.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/PageLoading.jsx b/src/generic/PageLoading.jsx index 1ffc783e15..c2ab646c77 100644 --- a/src/generic/PageLoading.jsx +++ b/src/generic/PageLoading.jsx @@ -22,7 +22,7 @@ export default class PageLoading extends Component {