I am currently working on a project that utilizes the Simple Sidebar template from startbootstrap.com. Our navigation bar has a position:fixed
and a search box floated to the right. However, in Firefox, 50% of the search box extends outside of the enclosing div. This issue does not occur in Chrome, where the sidebar collapses automatically when the width is reduced. I understand that elements with position fixed do not follow the regular flow, but I am unsure how to address this problem.
Here is the link to the fiddle for reference:
http://jsfiddle.net/avouaLzo/1/
Any assistance or advice would be greatly appreciated. Thank you.