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
Родитель 931b50e8cf 4302515813
Коммит 63688cc974
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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