devacfr / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://devacfr.github.io/reflow-maven-skin/
Apache License 2.0
8 stars 3 forks source link

Can not click on breadcrumb #17

Closed devacfr closed 6 years ago

devacfr commented 6 years ago

the first heading in page hidden the breadcrumb and don't allow to click on it.

Add css

.breadcrumb {
    z-index: 10020;
    position: relative;
}