Added overflow stop for mobile menu, shifting some stuff.

This commit is contained in:
2018-06-18 21:55:24 +10:00
parent c52c04db63
commit 07aa74f359
12 changed files with 244 additions and 67 deletions

View File

@ -29,11 +29,15 @@ import Image from './../../image/Image';
import { Title, Subtitle } from './../../typography/Typography';
export default function() {
let lines = [];
for(let i = 0; i < 100; i++) {
lines.push(<br key={i} />);
}
return (
<Page style="home-page" className="p-home-page">
Welcome home
{ lines }
</Page>
);
}