StatusPage: accomodate SubNavigation in sticky columns
This commit is contained in:
@ -39,7 +39,7 @@ class StatusPage extends ImmutablePureComponent {
|
||||
|
||||
<div className='columns-area__panels__pane columns-area__panels__pane--left'>
|
||||
<div className='columns-area__panels__pane__inner'>
|
||||
<Sticky top={65}>
|
||||
<Sticky top={106}>
|
||||
<PrimaryNavigation />
|
||||
</Sticky>
|
||||
</div>
|
||||
@ -53,7 +53,7 @@ class StatusPage extends ImmutablePureComponent {
|
||||
|
||||
<div className='columns-area__panels__pane columns-area__panels__pane--right'>
|
||||
<div className='columns-area__panels__pane__inner'>
|
||||
<Sticky top={65}>
|
||||
<Sticky top={106}>
|
||||
{me ? (
|
||||
<BundleContainer fetchComponent={FeaturesPanel}>
|
||||
{Component => <Component key='features-panel' />}
|
||||
|
||||
Reference in New Issue
Block a user