In-progress checkin - NOT WORKING RIGHT YET!
This commit is contained in:
@@ -26,6 +26,5 @@
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: $interiorMargin; top: 0;
|
||||
// z-index: 2;
|
||||
}
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user