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 @@ ...@@ -211,7 +211,7 @@
display: block; display: block;
top: -1px; top: -1px;
right: -16px; right: -16px;
z-index: -1; z-index: 10;
width: 15px; width: 15px;
height: 100%; height: 100%;
border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;
...@@ -224,6 +224,7 @@ ...@@ -224,6 +224,7 @@
.xmodule_display { .xmodule_display {
padding: 40px 20px 20px; padding: 40px 20px 20px;
overflow-x: auto;
} }
.component-editor { .component-editor {
...@@ -473,7 +474,7 @@ body.unit { ...@@ -473,7 +474,7 @@ body.unit {
.component-actions { .component-actions {
@include box-sizing(border-box); @include box-sizing(border-box);
position: absolute; position: absolute;
width: 811px; width: 100%;
padding: 15px; padding: 15px;
top: 0; top: 0;
left: 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