Skip to content

Commit

Permalink
feat: Ensure the page loading has sticky footer.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ztraboo committed Apr 12, 2024
1 parent af6c777 commit f0e0f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic/PageLoading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class PageLoading extends Component {
<div
className="d-flex justify-content-center align-items-center flex-column"
style={{
height: '50vh',
height: '89vh',
}}
>
<Spinner animation="border" variant="primary" role="status">
Expand Down

0 comments on commit f0e0f1c

Please sign in to comment.