Bug 229583 - [flexbox] nasa.gov: Menu covers the article content instead of pushing content down
Summary: [flexbox] nasa.gov: Menu covers the article content instead of pushing conten...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-26 13:28 PDT by Brent Fulgham
Modified: 2022-02-09 10:14 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2021-08-26 13:28:46 PDT
If you make the browser window displaying nasa.gov narrow enough that its menu switches to a hamburger style menu, selecting menu items will overlay the view. In Chrome I notice that the view updates so that the article content is still displayed, rather than overlaid.

1. Launch nasa.gov in Safari and Chrome
2. Make Safari/Chrome window narrow enough that menu becomes a hamburger menu.
3. Select any article from Home page
4. Click on the Menu from top right corner

Result:
The contents of the article/webpage is overlapped by the menu in Safari, but the page adjusts in Chrome.

This appears to be a flexbox issue.

When .side-bar__wrapper does not have the display: flex; property set (so it default to display: block) Chrome starts behaving like Safari. It seems to be related to our flexbox implementation.
Comment 1 Brent Fulgham 2021-08-26 13:30:33 PDT
<rdar://66568712>