Currently working on Ruby on Rails development and utilizing the Twitter Bootstrap navbar.
Encountering an issue where the navbar is not resizing in Firefox when I try to shrink the window size.
Does anyone have a solution to this problem?
Here is my code snippet:
%body
%header.navbar.navbar-fixed-top
%nav.navbar-inner
.container
= render 'mynavbar'