parent
f0f664dbb5
commit
c87f9a0686
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ export const ScrollForm = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid hasGutter {...rest}>
|
<Grid hasGutter {...rest}>
|
||||||
<GridItem span={8}>
|
<GridItem md={8} sm={12}>
|
||||||
{shownSections.map(({ title, panel }) => {
|
{shownSections.map(({ title, panel }) => {
|
||||||
const scrollId = spacesToHyphens(title.toLowerCase());
|
const scrollId = spacesToHyphens(title.toLowerCase());
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ export const ScrollForm = ({
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</GridItem>
|
</GridItem>
|
||||||
<GridItem span={4}>
|
<GridItem md={4} sm={12} order={{ default: "-1", md: "1" }}>
|
||||||
<PageSection className="kc-scroll-form--sticky">
|
<PageSection className="kc-scroll-form--sticky">
|
||||||
<JumpLinks
|
<JumpLinks
|
||||||
isVertical
|
isVertical
|
||||||
|
|
Loading…
Reference in a new issue