Fix horizontal split inside top-level vertical split.

This commit is contained in:
Nathan Sobo
2012-03-19 12:37:53 -06:00
parent 29d0e1fe3d
commit 9fab492f66

View File

@@ -31,6 +31,11 @@ body {
position: relative;
}
/* hack workaround that shouldn't be needed when flexbox works right */
.horizontal > .vertical {
height: 100%;
}
.horizontal > div {
width: -webkit-flex(1);
height: auto;