From 8ed92f3c5b99f8f773512e02d62f7e683545aa4c Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Tue, 29 Apr 2014 10:24:04 -0400 Subject: [PATCH] temporary fix for xblock settings scroll UX-623 --- cms/static/sass/elements/_modal-window.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/elements/_modal-window.scss b/cms/static/sass/elements/_modal-window.scss index 0aa5e662ec..bf991bcecd 100644 --- a/cms/static/sass/elements/_modal-window.scss +++ b/cms/static/sass/elements/_modal-window.scss @@ -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; } - - - }