Skip to content

Commit 31faa78

Browse files
authored
Merge pull request #49035 from aireilly/fix-css-rhs-hamburger
css fix for RHS hamburger menu
2 parents a08058a + b37284b commit 31faa78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_stylesheets/docs.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ nav#main {
2222
}
2323
}
2424

25+
@media (max-width: 767px) {
26+
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
27+
border-color: #dedede;
28+
background: white;
29+
filter: drop-shadow(0.6em 0.01em 0.2em);
30+
}
31+
}
32+
2533
.navbar.navbar-default.navbar-openshift .navbar-brand.origin {
2634
background: url("../_images/okd_logo.svg") no-repeat scroll 0% 95%;
2735
background-size: 140px;

0 commit comments

Comments
 (0)