-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #3329: 'Error 404: Page not found' has broken footer #3354
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3354 +/- ##
========================================
Coverage 45.98% 45.98%
========================================
Files 240 240
Lines 18403 18403
Branches 2951 2951
========================================
Hits 8463 8463
Misses 9940 9940 Continue to review full report at Codecov.
|
@@ -64,6 +64,14 @@ <h2 class="oppia-error-h2" translate="I18N_ERROR_MESSAGE_500"></h2> | |||
font-size: 1.17em; | |||
font-weight: 700; | |||
} | |||
.oppia-footer { | |||
position: absolute; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent by 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
} | ||
@media (max-width: 768px) { | ||
.oppia-footer { | ||
position: relative; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent by 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@Oishikatta, PTAL? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works well for me. Code LGTM.
@seanlip PR seems good to go. Kindly confirm |
#3329
The Error 404: Page not found has broken footer,
How to produce
This PR's commit