Use legacy flexbox to implement vertical tool panels for consistency

This commit is contained in:
Nathan Sobo
2012-07-24 17:23:33 -06:00
parent 6e75567fee
commit 3dbb7c2426

View File

@@ -16,12 +16,12 @@ body {
}
#root-view #horizontal {
display: -webkit-flexbox;
display: -webkit-box;
}
#root-view #panes {
height: 100%;
width: -webkit-flex(1 0);
-webkit-box-flex: 1;
position: relative;
}