flaunt-js icon indicating copy to clipboard operation
flaunt-js copied to clipboard

Example Page: Menu disappears upon transistioning back to desktop

Open ghost opened this issue 11 years ago • 5 comments

On the example page, To recreate issue:

  1. Shrink browser to mobile view
  2. Open menu
  3. Open sub-menus
  4. Close sub-menus
  5. Close menu
  6. Enlarge browser to desktop view
  7. Menu disappears

OS: Mac Browser: Firefox 26

ghost avatar Jan 05 '14 14:01 ghost

I also get this issue. Any solutions? Thanks

huwrowlands avatar Jan 28 '14 07:01 huwrowlands

same problem here... and still no solutions...

gunaifitm85 avatar Feb 10 '14 01:02 gunaifitm85

I use this: @media screen and (min-width:843px) {

/* Restore the hover function and remove the click function in bigscreen menu (so that the submenu will be closed when you toggle back to bigscreen menu) */ .nav-list { display: block !important; }

.nav-submenu{ display: none !important; }

.nav-item:hover .nav-submenu{ display: block !important; } }

Patrik-Iden avatar May 10 '15 18:05 Patrik-Iden

Patrik-Iden: the solution works very well, thank you very much!!!

ysanmiguel avatar May 23 '15 12:05 ysanmiguel

Patrik-Iden: you're a lifesaver! Thanks.

Shivari avatar Oct 16 '15 18:10 Shivari