aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-01-19 14:35:23 -0500
committerbobzel <zzzman@gmail.com>2025-01-19 14:35:23 -0500
commite4fca20fd4f7d7401fb62d5f700a15c604070484 (patch)
treea353029da5065459e2ec13551bf52b7b0c5ca0db /src/client/views/nodes/DocumentView.scss
parent156a2040cc51397c3656615f9133279dac900c82 (diff)
css fixes for ai editor views.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index cd813cb67..7e5507586 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -271,8 +271,14 @@
}
}
+.documentView-noAIWidgets {
+ transform-origin: top left;
+ position: relative;
+}
+
.documentView-editorView-history {
position: absolute;
+ transform-origin: top right;
right: 0;
top: 0;
overflow-y: scroll;
@@ -284,6 +290,7 @@
scrollbar-width: thin;
justify-items: center;
background-color: rgb(223, 223, 223);
+ transform-origin: top left;
.documentView-editorView-resizer {
height: 5px;