In-progress checkin - NOT WORKING RIGHT YET!

This commit is contained in:
Charles Hacskaylo
2015-03-05 16:02:33 -08:00
parent 1304084f7a
commit 433cdf8b1c
5 changed files with 54 additions and 24 deletions

View File

@@ -26,6 +26,5 @@
pointer-events: none;
position: absolute;
right: $interiorMargin; top: 0;
// z-index: 2;
}
}

View File

@@ -44,11 +44,11 @@
bottom: 0;
&.left {
right: auto;
width: $splitL - 1%;
// width: $splitL - 1%; // Controlled by splitter
}
&.right {
left: auto;
width: 100% - $splitL;
// width: 100% - $splitL; // Controlled by splitter
}
}
>.splitter {