react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Bug]: Left navigation is not displayed in Chrome

Open toshihirosatojp opened this issue 1 year ago • 2 comments
trafficstars

Summary

Left navigation is not displayed in Chrome: Version 127.0.6533.100 (Official Build) (64-bit) image

Page

https://react.dev/

Details

No response

toshihirosatojp avatar Aug 13 '24 06:08 toshihirosatojp

Works for me.

Rekl0w avatar Aug 13 '24 06:08 Rekl0w

Could be intentional, due to a breakpoint lg:hidden in the TopNav.tsx component. So on lg viewports and above, the hamburger on the left of the TopNav is hidden, while links on the right of the TopNav render. Anything smaller and the hamburger menu renders on the left and right TopNav items are hidden.

https://github.com/reactjs/react.dev/blob/391dadb993d43c6bd15d9ebfdfc3adeb16d52094/src/components/Layout/TopNav/TopNav.tsx#L259 https://github.com/reactjs/react.dev/blob/391dadb993d43c6bd15d9ebfdfc3adeb16d52094/src/components/Layout/TopNav/TopNav.tsx#L409

reactTopNav

olibyte avatar Sep 04 '24 01:09 olibyte