aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index 71ad9e105..e3530c0ef 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -271,12 +271,26 @@
}
.docCreatorMenu-layout-preview-window {
+ padding: 5px;
+ overflow: scroll;
aspect-ratio: 1 / 1;
+ display: grid;
width: 85%;
border: 1px solid whitesmoke;
border-radius: 5px;
background-color: rgb(34, 34, 37);
margin-top: 10px;
+ -ms-overflow-style: none;
+ scrollbar-width: none;
+
+ .docCreatorMenu-layout-preview-item {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ border-radius: 3px;
+ border: solid 1px lightblue;
+ }
}
}
+