From b013de245c77e40487e9842650239eff20c0e361 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:47:21 -0400 Subject: started work on template editing within docCreatorMenu; fixed deleting fields in the dashboard --- src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss') 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; } -- cgit v1.2.3-70-g09d2