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 3f5e63b commit 01835abCopy full SHA for 01835ab
_sass/_sidebar.scss
@@ -10,13 +10,17 @@
10
-webkit-transform: translate3d(0, 0 , 0);
11
transform: translate3d(0, 0 , 0);
12
13
- height: 100vh;
14
- overflow-y: auto; // Scroll sidebar content
+
15
16
@include clearfix();
17
margin-bottom: 1em;
18
19
- @media screen and (min-width: 1024px) {
20
21
+ @media screen and (min-width: 925px) {
22
+ height: 100vh;
23
+ overflow-y: auto; // Scroll sidebar content
24
position: fixed;
25
padding-top: $masthead-height;
26
}
0 commit comments