Commit 06272fbe by Filippo Valsorda

Fix the 3px high line at the bottom of the Studio view

parent f4d5ea4c
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
background: #fff; background: #fff;
} }
.modal-window .editor-with-buttons.xblock--drag-and-drop {
/* Fix Studio edito height */
margin-bottom: 0;
height: 380px;
}
/** Draggable Items **/ /** Draggable Items **/
.xblock--drag-and-drop .items { .xblock--drag-and-drop .items {
width: 210px; width: 210px;
...@@ -92,8 +98,7 @@ ...@@ -92,8 +98,7 @@
} }
.xblock--drag-and-drop .drag-builder { .xblock--drag-and-drop .drag-builder {
/* TODO avoid buttons scrolling without this hack */ height: 100%;
height: 375px;
overflow: scroll; overflow: scroll;
} }
......
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