Merge pull request #1098 from FrenchBen/allow-scroll

Enabled scrolling on new container
This commit is contained in:
Jeffrey Morgan 2015-10-09 15:58:26 -04:00
commit 63688cc974
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
display: flex; display: flex;
flex: 1 auto; flex: 1 auto;
flex-direction: column; flex-direction: column;
overflow: auto;
.spinner { .spinner {
display: inline-block; display: inline-block;