berry
berry copied to clipboard
[Bug?]: Nav bar issue in yarn website.
Self-service
- [x] I'd be willing to implement a fix
Describe the bug
too much data in nav bar is couseing the silide bar to pop up as shown ing the image below you can see it on webpage
To reproduce
Visit the site.
*** The link to see the docuentation is not available.
Environment
System:
OS: window 11
cpu: 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
browsers :Brave
Additional context
No response
Hey I am willing to work on this issue. Shall I replace the navbar with a burger menu when overflow occurs.
.navbar__item { /* Avoid awkward linebreaks of menu items.
- Labels should be kept short, however. */ white-space: nowrap; }
.navbar__inner > .navbar__items:first-child { /* Allow the first nav item group to scroll horizontally. */
/* Without this rule, rightmost items in first nav group
- would overlap leftmost items in second nav group,
- becoming completely unreadable. */
/* NOTE: Would NOT work as is if there is a drop-down menu. / / Thatβs why itβs only applied to the first nav item group:
- the second nav group has a dropdown, which would be cut off
- by this overflow rule. */
overflow-x: auto; }
it is acknoledged here. I dont see how to solve it.
plz submit a pr with a screenshot.