From ddb9c17ca7c926db06aca61a3e01c5ee410cde1a Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 13 Feb 2019 15:31:43 +0100 Subject: [PATCH] change context viewer styling --- src/app/panels/styles/editor-panel-styles.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/panels/styles/editor-panel-styles.js b/src/app/panels/styles/editor-panel-styles.js index 5f8baa4cbf..06144f8e41 100644 --- a/src/app/panels/styles/editor-panel-styles.js +++ b/src/app/panels/styles/editor-panel-styles.js @@ -167,9 +167,12 @@ var css = csjs` width : 100%; } .contextviewcontainer{ - width : 100%; - height : 20px; + position : absolute; + top : 29px; + z-index : 50; background-color : ${styles.editor.backgroundColor_Tabs_Highlights}; + left : 350px; + border-radius : 1px; } `