molgenis / molgenis-frontend

Frontend code for MOLGENIS
GNU Lesser General Public License v3.0
6 stars 12 forks source link

On mobile bootstrap 3 pages the hamburger menu may be hard to find #665

Open MaxPostema opened 3 years ago

MaxPostema commented 3 years ago

How to Reproduce

As admin in mobile resolution

Expected behavior

Hamburger menu is top right

Observed behavior

You have to scroll 2 screens to the side to find the menu all alone. Note: some other bootstrap 3 pages have the same issue but the only a few pixels

Schermafbeelding 2021-07-22 om 13 12 50

Bonus

The hamburger icon has a different color in bootstrap 3 vs bootstrap 4. It may be a quick fix.

MaxPostema commented 3 years ago

Only getting it on mobile browser and mobile emulator mode in dev tool. It's because of the long non breaking pdf url. Maybe something a nice text-overflow: ellipsis can solve but everything is still working so not something to blok a release on.