Commit 8ed92f3c by Frances Botsford

temporary fix for xblock settings scroll

UX-623
parent b95966e9
......@@ -179,6 +179,10 @@
height: 365px;
}
&.modal-type-problem .CodeMirror {
height: 435px;
}
.wrapper-comp-settings {
.list-input {
......@@ -195,6 +199,11 @@
.modal-window .editor-with-buttons {
margin-bottom: ($baseline*3);
// temporary fix until xblock structure is set
&.wrapper-comp-settings .list-input.settings-list {
height: 375px;
}
// TODO: need to sync up (alongside general editing mode) with xblocks.scss UI
.xblock-actions {
background-color: $gray-l4;
......@@ -202,9 +211,6 @@
width: 100%;
bottom: 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