[Frontend] Put overflow: auto back onto .object-holder

open #232
This commit is contained in:
Charles Hacskaylo
2015-11-03 15:28:37 -08:00
parent ec56fe7bfd
commit 6a42d0c7a1
4 changed files with 133 additions and 170 deletions

View File

@@ -287,11 +287,8 @@
}
.object-holder {
overflow: hidden; // Contained objects need to handle their own overflow now
@include absPosDefault(0, auto);
top: $ueTopBarH + $interiorMarginLg;
> ng-include {
@include absPosDefault(0, auto);
}
&.l-controls-visible {
&.l-time-controller-visible {
bottom: nth($ueTimeControlH,1) + nth($ueTimeControlH,2) +nth($ueTimeControlH,3) + ($interiorMargin * 3);