Commit a74b18e4 authored by yann300's avatar yann300

change context viewer styling

parent 60afaf8d
...@@ -167,9 +167,12 @@ var css = csjs` ...@@ -167,9 +167,12 @@ var css = csjs`
width : 100%; width : 100%;
} }
.contextviewcontainer{ .contextviewcontainer{
width : 100%; position : absolute;
height : 20px; top : 29px;
z-index : 50;
background-color : ${styles.editor.backgroundColor_Tabs_Highlights}; background-color : ${styles.editor.backgroundColor_Tabs_Highlights};
left : 350px;
border-radius : 1px;
} }
` `
......
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