diff --git a/main/docs/stylesheets/extra.css b/main/docs/stylesheets/extra.css index 440256d2..f2c90731 100644 --- a/main/docs/stylesheets/extra.css +++ b/main/docs/stylesheets/extra.css @@ -11,12 +11,12 @@ /* Ensure navigation tabs are above splash content */ .md-tabs { position: relative; - z-index: 10; + z-index: 4; } .md-version * { - position: absolute; - z-index: 25; + position: relative; + z-index: 5; } /* Splash container and background */ diff --git a/main/stylesheets/extra.css b/main/stylesheets/extra.css index 440256d2..f2c90731 100644 --- a/main/stylesheets/extra.css +++ b/main/stylesheets/extra.css @@ -11,12 +11,12 @@ /* Ensure navigation tabs are above splash content */ .md-tabs { position: relative; - z-index: 10; + z-index: 4; } .md-version * { - position: absolute; - z-index: 25; + position: relative; + z-index: 5; } /* Splash container and background */