Skip to content

Commit 175fce1

Browse files
Merge pull request #38497 from aireilly/fix-okd-css
fix OKD css
2 parents 3f15a46 + be0488b commit 175fce1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_stylesheets/docs.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ nav#main {
99
border: 0;
1010
height: 90px;
1111
margin-bottom: 20px;
12+
z-index: 10;
13+
}
14+
15+
/* fixed look and feel for OKD sidebar and toc update */
16+
17+
@media (min-width: 1425px) {
18+
.navbar.navbar-default.navbar-openshift.navbar-origin {
19+
width: 100%;
20+
position: fixed;
21+
z-index: 10;
22+
}
1223
}
1324

1425
.navbar.navbar-default.navbar-openshift .navbar-brand.origin {
@@ -83,6 +94,7 @@ License: https://creativecommons.org/licenses/by/2.0/
8394
position: absolute;
8495
width: 100%;
8596
bottom: 0;
97+
z-index: 999;
8698
}
8799

88100
.footer-origin-docs a {

0 commit comments

Comments
 (0)