Fix bug where scrolling wasn't using the document

Instead it was using the page-layout is-right div
This commit is contained in:
Michael Lange
2018-08-21 16:44:59 -07:00
parent 69d28de528
commit b68ba61105

View File

@@ -1,5 +1,5 @@
.page-layout {
height: 100%;
min-height: 100%;
display: flex;
flex-direction: column;