diff options
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss index 9d82ada37..4ea904b8e 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss @@ -289,19 +289,27 @@ } .docCreatorMenu-expanded-template-preview { + display: flex; + flex-direction: column; + justify-content: flex-start; position: relative; width: 100%; height: 100%; + .top-panel{ + width: 100%; + height: 10px; + } + .right-buttons-panel { display: flex; flex-direction: column; justify-content: flex-start; height: 100%; - width: 40px; position: absolute; right: 0px; top: 0px; + width: 40px; padding: 5px; gap: 2px; } |