-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
On the convert.html
page, the footer is not sticking to the bottom of the viewport. Unlike the index.html
page, where the footer is properly aligned, on convert.html
the footer floats above when there isn’t enough content, leaving white space below it.
To Reproduce
Steps to reproduce the behavior:
- Open
convert.html
in the browser. - Scroll to the bottom of the page.
- Observe that the footer does not stay pinned at the bottom.
- Compare with
index.html
(footer works correctly).
Expected behavior
The footer should always stick to the bottom of the page, regardless of content length, consistent with the behavior on index.html
.
Screenshots Comparison
Page | Screenshot | Footer Behavior |
---|---|---|
✅ index.html |
![]() |
Footer correctly sticks to the bottom of the viewport |
❌ convert.html |
![]() |
Footer floats above bottom, leaving extra white space |
Environment (please complete the following):
- OS: Windows
- Browser: Chrome
- Version: Latest
@supriya46788 Kindly review and if valid assign this issue to me under GSSoC.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working