Anatole: Navbar on mobile overflows with no scroll

Created on 28 Jun 2020  Â·  4Comments  Â·  Source: lxndrblz/anatole

When I add too many links to the navbar, the content overflows but does not allow for horizontal scroll/ a way to see the overflowed content. Below is an example of what I am seeing on an iPhone X.
image

Additionally, it seems like the color change icon is on it's own line in this case.

I think ideally we would have some kind of scroll/other break here to something more mobile friendly.

bug

All 4 comments

Thanks for reporting this issue! This looks indeed super ugly. 🙈
I am currently working on a Flexbox approach that will allow the menu items to overflow.

Mobile example: 三 ico , click , drop-down menu . . .Is it feasible?
add submenu

<menu>
<li>Red</li>
<li>blue</li>
<li>...</li>
</menu>

menu{display: none;}
@media only screen and (max-width: 768px) menu{ display: block; cursor: pointer;}

@lalabg Yes, I am fully aware that the current situation might not be fully satisfying for sites with lots of menu items.
Actually, This is something I am currently working on along with other GUI improvements (such as being able to turn off the sidebar). Bare with me just a bit longer, and I am sure I'll be able to present something slick and scalable.

@lxndrblz thanks, looking forward to.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PiotrWachulec picture PiotrWachulec  Â·  4Comments

SamEdwardes picture SamEdwardes  Â·  6Comments

xiangli2pro picture xiangli2pro  Â·  5Comments

PiotrWachulec picture PiotrWachulec  Â·  6Comments

shariq1989 picture shariq1989  Â·  3Comments