We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e42a6 + 2e7cde2 commit d323a61Copy full SHA for d323a61
includes/sidebar.html
@@ -1,7 +1,7 @@
1
<!-- product > category > maptopic > article -->
2
<div class="sidebar d-none d-lg-block">
3
4
- <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">
5
<a href="/{{ currentLanguage }}" class="text-white" aria-hidden="true">
6
{% octicon "mark-github" height="32" %}
7
</a>
stylesheets/sidebar.scss
@@ -13,6 +13,10 @@
13
}
14
15
16
+.sidebar-background-color {
17
+ background-color: $blue-900;
18
+}
19
+
20
.sidebar-products > li {
21
margin: 4px 0;
22
0 commit comments