diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-12 21:37:47 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-12 21:37:47 -0400 |
| commit | 3aa2e040100fc662c259751dfbb7a43cc716ac2a (patch) | |
| tree | 29e9ee453ac4b6ec751797a6d56dde93ab78be92 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | |
| parent | 8d3ef2ead4fb8a8625b7fbfe57e528819a030474 (diff) | |
seuggested templates auto-refeshes on col selection; lightbox editing added; GPT refresh button now makes new call
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss index 5a9fd3436..ca6534379 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss @@ -264,6 +264,7 @@ display: flex; flex-direction: column; justify-content: flex-start; + overflow-y: scroll; //align-items: flex-start; margin: 5px; margin-top: 0px; @@ -271,7 +272,8 @@ height: calc(100% - 30px); border: 1px solid rgb(180, 180, 180); border-radius: 5px; - overflow: hidden; + -ms-overflow-style: none; + scrollbar-width: none; } .docCreatorMenu-preview-container { @@ -372,7 +374,7 @@ padding: 0px; } -.docCreatorMenu-GPT-templates-preview { +.docCreatorMenu-templates-preview-window { display: flex; flex-direction: row; //justify-content: center; |
