Kill inset box-shadow on editor frame because it slows down repaint

This commit is contained in:
Nathan Sobo 2012-05-30 10:51:02 -06:00
parent a160aef0e0
commit b1573438a7

View File

@ -47,7 +47,6 @@ body {
width: 100%;
height: 100%;
box-sizing: border-box;
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .1);
}
#root-view #panes .row > * + * {