Fix the splitter of the workspace files

This commit is contained in:
Ruben Daniels 2015-11-11 02:54:33 +00:00
parent 95971e5ba8
commit 6ccc2adadf

View File

@ -1,6 +1,6 @@
.splitter {
position : relative;
z-index : 10000;
z-index : 100000;
.box-sizing(border-box);
}