Set overflow to 'hidden' on panes. I'm pretty sure this fixes #1594.

This commit is contained in:
Nathan Sobo 2014-02-26 18:16:37 -08:00
parent 02b582a60d
commit 28d7db2371

View File

@ -24,6 +24,7 @@
display: -webkit-flex;
-webkit-flex: 1;
-webkit-flex-direction: column;
overflow: hidden;
.item-views {
-webkit-flex: 1;