reverie icon indicating copy to clipboard operation
reverie copied to clipboard

menu drop down on 'iPad landscape' problem

Open randomfreeform opened this issue 11 years ago • 1 comments

Does anyone else have this issue ? When I tap a dropdown menu item on my iPad in LANDSCAPE view (not a problem in portrait view)
I have to click the item towards the 'middle to the end' of its text for it to go to the link... but the problem is IF I tap the item at it's beginning (far left) it does nothing or goes to the Home page. Grrrr. Thanks R . . . .

.

PS - FWIW - I recently changed my menu breakpoint so that I have the standard nav style for iPads.... this is the code I changed:

.top-bar-js-breakpoint { width: 48em !important; ... } ...

@media only screen and (min-width: 48em) { ...

I've also changed my header so that the menu is fixed.

randomfreeform avatar Mar 26 '13 17:03 randomfreeform

I'm seeing a similar issue even when I just shrink the window down in a desktop browser. Doesn't seem to happen on the Demo.

Did you find the solution?

jtarbogast avatar Apr 08 '13 23:04 jtarbogast