From a5aafc42ad24f562538f817d21143bcfeecfc81b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 2 Jan 2013 12:58:59 -0500 Subject: [PATCH] studio - resolved unit editing bug where larger images would overflow out of editing visual area --- cms/static/sass/_unit.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index f0eb32980c..255738d32f 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -211,7 +211,7 @@ display: block; top: -1px; right: -16px; - z-index: -1; + z-index: 10; width: 15px; height: 100%; border-radius: 0 3px 3px 0; @@ -224,6 +224,7 @@ .xmodule_display { padding: 40px 20px 20px; + overflow-x: auto; } .component-editor { @@ -473,7 +474,7 @@ body.unit { .component-actions { @include box-sizing(border-box); position: absolute; - width: 811px; + width: 100%; padding: 15px; top: 0; left: 0;