Append node configs to div rather than body

This commit is contained in:
Nick O'Leary
2019-05-03 21:32:12 +01:00
parent d8d37a66e4
commit 67f8ec7f87
21 changed files with 62 additions and 68 deletions

View File

@@ -28,7 +28,9 @@ body {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
#red-ui-editor-node-configs {
display: none;
}
#red-ui-main-container {
position: absolute;
top:40px; left:0; bottom: 0; right:0;

View File

@@ -154,7 +154,7 @@
background: $background-color;
color: $workspace-button-color;
}
#red-ui-palette-shade, #editor-shade, #red-ui-header-shade, #red-ui-sidebar-shade {
#red-ui-palette-shade, #red-ui-editor-shade, #red-ui-header-shade, #red-ui-sidebar-shade {
@include shade;
z-index: 2;
}