Commit a5aafc42 by Brian Talbot

studio - resolved unit editing bug where larger images would overflow out of editing visual area

parent a25021b6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment