We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f15a46 + be0488b commit 175fce1Copy full SHA for 175fce1
_stylesheets/docs.css
@@ -9,6 +9,17 @@ nav#main {
9
border: 0;
10
height: 90px;
11
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
22
+ }
23
}
24
25
.navbar.navbar-default.navbar-openshift .navbar-brand.origin {
@@ -83,6 +94,7 @@ License: https://creativecommons.org/licenses/by/2.0/
83
94
position: absolute;
84
95
width: 100%;
85
96
bottom: 0;
97
+ z-index: 999;
86
98
87
99
88
100
.footer-origin-docs a {
0 commit comments