From e6c914f4436aaff2c6a3fcfe785466b80ac7f318 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Tue, 23 Dec 2014 09:19:08 -0500 Subject: [PATCH] Tweaked campaign editor styling. --- app/styles/editor/campaign/campaign-editor-view.sass | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/styles/editor/campaign/campaign-editor-view.sass b/app/styles/editor/campaign/campaign-editor-view.sass index 60e5a1a54..42787d6ce 100644 --- a/app/styles/editor/campaign/campaign-editor-view.sass +++ b/app/styles/editor/campaign/campaign-editor-view.sass @@ -4,12 +4,16 @@ top: 0 bottom: 0 left: 0 - right: 0 + width: 25% margin-right: 1200px + .treema-root + max-height: 100% + overflow: scroll + #right-column position: absolute top: 0 bottom: 0 right: 0 - width: 1200px + width: 60%