I am having an issue on my site where I have a bootstrap (version 2.3.2) navbar
fixed to the top of the page and then later in the body I have a bootstrap collapse
object with a large amount of content in <pre><code>
tags. The collapse
opens and closes as expected; however, when I scroll down the page, the content in the <pre><code>
tags overlaps the navbar
at the top of the page. I have attempted to add z-index
's to both the navbar
and the collapse
content; however, it doesn't seem to be working.
Below are the jsfiddle links. The offending overlapping content is at the end of the page. Thanks!
My code: http://jsfiddle.net/K3JAe/3/
Full Screen Result: http://jsfiddle.net/K3JAe/3/embedded/result/