Make the example spreadsheet scroll horizontally

This replicates how we let large spreadsheets scroll horizontally.

Pro: this looks nicer and is more usable

Con: the code for this feels a bit fragile, especially the calling of
`.maintainWidth` twice, ie as many times as a it takes to get stuff to
render properly.
This commit is contained in:
Chris Hill-Scott
2018-11-01 15:31:14 +00:00
parent 086b83d65b
commit 54bd321504
3 changed files with 22 additions and 1 deletions

View File

@@ -30,6 +30,8 @@
window.GOVUK.stopScrollingAtFooter.updateFooterTop();
}
this.maintainWidth();
};
this.insertShims = () => {