We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5598a80 commit aab74aeCopy full SHA for aab74ae
app/assets/stylesheets/_sidebar.scss
@@ -4,6 +4,9 @@
4
&--wrapper {
5
z-index: 1;
6
margin-right: 15px;
7
+ position: -webkit-sticky;
8
+ position: sticky;
9
+ top: 68px;
10
}
11
12
&--new-snippet {
0 commit comments