aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-19 00:43:43 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-19 00:43:43 -0400
commit950ed52828496de265f5035360845b8295159d0e (patch)
treeaf787d57dcaaa4e1017be465993474aae353acee /src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
parente730ae254cd16559fdb7ca67ff1b4ed6767ab7e5 (diff)
work on making preview rendering more responsive (only updating doc positions rather than making new collection)
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
index ec050289a..5b9586259 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
@@ -634,6 +634,8 @@
height: calc(100% - 30px);
border: 1px solid rgb(180, 180, 180);
border-radius: 5px;
+ -ms-overflow-style: none;
+ scrollbar-width: none;
.docCreatorMenu-option-container{
width: 180px;
@@ -686,6 +688,7 @@
}
.docCreatorMenu-layout-preview-window-wrapper {
+ flex: 0 0 auto;
display: flex;
justify-content: center;
align-items: center;
@@ -693,6 +696,8 @@
height: 100%;
position: relative;
padding: 0px;
+ margin-left: 20px;
+ margin-right: 20px;
&:hover .docCreatorMenu-zoom-button-container {
display: block;