Skip to content

Commit

Permalink
Merge branch 'main' into repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored Sep 29, 2020
2 parents c9e42a6 + 8c911a7 commit 4b7a985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- product > category > maptopic > article -->
<div class="sidebar d-none d-lg-block">

<div class="d-flex flex-items-center p-4" style="z-index: 3;" id="github-logo">
<div class="d-flex flex-items-center p-4 position-sticky top-0 sidebar-background-color" style="z-index: 3;" id="github-logo">
<a href="/{{ currentLanguage }}" class="text-white" aria-hidden="true">
{% octicon "mark-github" height="32" %}
</a>
Expand Down
4 changes: 4 additions & 0 deletions stylesheets/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}
}

.sidebar-background-color {
background-color: $blue-900;
}

.sidebar-products > li {
margin: 4px 0;
}
Expand Down

0 comments on commit 4b7a985

Please sign in to comment.