Header and Footer Inconsistencies (scrolling and transparency issues) #50121
Labels
area-ui-rendering
Includes: MVC Views/Pages, Razor Views/Pages
feature-templates
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Pillar: Technical Debt
Status: Resolved
Milestone
Is there an existing issue for this?
Describe the bug
[mobile] The Header and Footer do not need to be fixed on small mobile devices. they take up some space.
[desktop] Transparency issues are observed in both the header and footer elements. When scrolling, we can see through them.
[both] Media queries are using inconsistent Bootstrap Breakpoints (small and large)
Expected Behavior
Sticky Header and Fixed Footer on desktop only.
When scrolling, we should not be able to see through the header and footer.
Media queries should use consistent Bootstrap Breakpoints (either small or large)
Steps To Reproduce
make a razor view with enough content to make the page scroll in desktop
Exceptions (if any)
None
.NET Version
At least versions 6, 7 and 8.
Anything else?
No response
The text was updated successfully, but these errors were encountered: