I tried to changed the position of the bar to static in CSS to adapt it to my layout with grid.
When I use the collapsed bar, the menu text that appears on hover has an offset equal to the distance to the top of the page. So basically, if the navbar is 50px from top, the menu on hover text is 50px higher than it's supposed to be.
I guess that it would be nice to have a static position support.
I tried to changed the position of the bar to
static
in CSS to adapt it to my layout with grid.When I use the collapsed bar, the menu text that appears on hover has an offset equal to the distance to the top of the page. So basically, if the navbar is
50px
from top, the menu on hover text is50px
higher than it's supposed to be.I guess that it would be nice to have a static position support.