Mobile Hamburger Menu

fixed

#1

The hamburger menu from mobile is static and will not scroll. I have my main instance with a testing instance on my hub as well as the virtual hub instance loaded up on my phone. The problem is now I can not access any options below Register another instance. The ability to scroll down would be great. Currently what happens is when I try to scroll then wherever my finger was last touching is the option I select.


#2


#3

@ady624 the main problem here is the use of the navbar-fixed-topw rather than navbar-fixed-top class. It has been that way since the first commit of the web dashboard so I’m leaning toward typo. A second rule in dashboard.module.css (within a media query that applies only to small screens) continues to prevent scrolling once that class is fixed:

.navbar-collapse{min-height:1280px}

With those tweaks the menu should behave like the vanilla navbar example.


#4

I will apply those tonight and see how it works - I have looked at it a few nights ago but couldn’t make much progress. Thabk you again


#5

You are killin it lately with finding small errors!! Thank you!!


#6

What did I tell you he is a great addition to the team :smiley: Thanks @ipaterson


#7

Heh thanks but let’s make sure it works first :slight_smile:


#8

Try it out :smiley: made the height calc(100vh - 50px)


#9

Houston, we have scrolls!