From be0488b200d2fee6025bfd66deb5a7fa20d498bc Mon Sep 17 00:00:00 2001 From: Aidan Reilly <74046732+aireilly@users.noreply.github.com> Date: Mon, 8 Nov 2021 15:54:16 +0000 Subject: [PATCH] fixes okd css --- _stylesheets/docs.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_stylesheets/docs.css b/_stylesheets/docs.css index cdf96fe2ee..8b820adc73 100644 --- a/_stylesheets/docs.css +++ b/_stylesheets/docs.css @@ -9,6 +9,17 @@ nav#main { border: 0; height: 90px; margin-bottom: 20px; + z-index: 10; +} + +/* fixed look and feel for OKD sidebar and toc update */ + +@media (min-width: 1425px) { + .navbar.navbar-default.navbar-openshift.navbar-origin { + width: 100%; + position: fixed; + z-index: 10; + } } .navbar.navbar-default.navbar-openshift .navbar-brand.origin { @@ -83,6 +94,7 @@ License: https://creativecommons.org/licenses/by/2.0/ position: absolute; width: 100%; bottom: 0; + z-index: 999; } .footer-origin-docs a {