Skip to content

Commit 11a9adc

Browse files
authored
Merge branch 'main' into repo-sync
2 parents aa5a62d + a2d86d7 commit 11a9adc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- product > category > maptopic > article -->
22
<div class="sidebar d-none d-lg-block">
33

4-
<div class="d-flex flex-items-center p-4" style="z-index: 3;" id="github-logo">
4+
<div class="d-flex flex-items-center p-4 position-sticky top-0 sidebar-background-color" style="z-index: 3;" id="github-logo">
55
<a href="/{{ currentLanguage }}" class="text-white" aria-hidden="true">
66
{% octicon "mark-github" height="32" %}
77
</a>

stylesheets/sidebar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
}
1414
}
1515

16+
.sidebar-background-color {
17+
background-color: $blue-900;
18+
}
19+
1620
.sidebar-products > li {
1721
margin: 4px 0;
1822
}

0 commit comments

Comments
 (0)