Skip to content

Commit

Permalink
Merge pull request #757 from BenTheElder/fix-sidebar
Browse files Browse the repository at this point in the history
docs: ensure the sidebar stays above embedded videos
  • Loading branch information
k8s-ci-robot authored Aug 6, 2019
2 parents c1a920c + 196a541 commit 991e45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/assets/css/inline.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ body {
width: 240px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-color: #fafafa;
z-index: 99999;
}
.sidebar-collapsed #sidebar {
display: none;
Expand Down

0 comments on commit 991e45e

Please sign in to comment.