1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

fixes okd css

This commit is contained in:
Aidan Reilly
2021-11-08 15:54:16 +00:00
parent 3f15a46426
commit be0488b200

View File

@@ -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 {