aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-04-05 00:01:53 -0400
committerbobzel <zzzman@gmail.com>2025-04-05 00:01:53 -0400
commit031a607100700f818f96b7fbf478f1b75292be9b (patch)
tree8c726b9529ec00888aa33504ce08e66fdda2d40b /src/client/views/nodes/DocumentView.scss
parentede7aaa19d903a7e55fc60d9bc213988ea602c97 (diff)
fixed sizing of text box annotations sidebar button. cleaned up TagsView to not overlap button bar below doc decorations or bottom resize handle
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index dd5fd0d0c..f60f33608 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -273,7 +273,9 @@
.documentView-noAIWidgets {
transform-origin: top left;
- position: relative;
+ position: absolute;
+ bottom: 0;
+ pointer-events: none;
}
.documentView-editorView-history {