Closed
Bug 1482079
Opened 7 years ago
Closed 7 years ago
Unnecessary height (padding?) leads to scrolling
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
RESOLVED
DUPLICATE
of bug 1433210
People
(Reporter: yfdyh000, Unassigned)
Details
Attachments
(1 file)
9.82 KB,
image/png
|
Details |
STR:
1. Set browser.newtabpage.activity-stream.topSitesRows to make the topSite section close to the bottom of non-scrolling page.
Actual results:
It seems that padding-bottom causes the page to be scrollable a small amount, which is unsightly and unnecessary, it should be adaptive to avoid.
Expected results:
There is no vertical scroll bar when no visible content is covered.
Extra information:
main {
margin: auto;
// Offset the snippets container so things at the bottom of the page are still
// visible when snippets / onboarding are visible. Adjust for other spacing.
padding-bottom: $snippets-container-height - $section-spacing - $base-gutter;
width: $wrapper-default-width;
......
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•