Commit 7d21af5 1 parent bb7a508 commit 7d21af5 Copy full SHA for 7d21af5
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ class Layout extends React.Component {
21
21
< Helmet >
22
22
< title > { subtitle } Eyal Roth</ title >
23
23
</ Helmet >
24
- < Sidebar globalLinkId = { this . props . globalLinkId } />
25
24
< div className = "content-wrap" >
25
+ < Sidebar globalLinkId = { this . props . globalLinkId } />
26
26
{ children }
27
27
</ div >
28
28
< Footer />
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ $transition-timing: 0.2s;
17
17
transition : transform 0.5s ease-out ;
18
18
z-index : 1 ;
19
19
height : $topbar-height ;
20
+ top : 0 ;
20
21
21
22
@include disabled {
22
23
transform : translateY (- $topbar-height - 10 );
@@ -194,6 +195,7 @@ $transition-timing: 0.2s;
194
195
transition : unset ;
195
196
z-index : unset ;
196
197
height : unset ;
198
+ top : unset ;
197
199
198
200
@include disabled {
199
201
transform : unset ;
You can’t perform that action at this time.
0 commit comments