aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-06 18:21:02 -0500
committereleanor-park <eleanor_park@brown.edu>2025-01-06 18:21:02 -0500
commitf273c97121300eb9b242f7272cc1cc56c396ca8b (patch)
treed0086e411c206ee86637ed38a5a6eacb4f67ef8f /src/client/views/nodes/DocumentView.scss
parent1d62d867621b293c41ff8488ca5a3bd6010723d5 (diff)
started a previous images display
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index 7568e3b57..9490be98c 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -242,7 +242,7 @@
.contentFittingDocumentView * {
::-webkit-scrollbar-track {
- background: none;
+ background: none;
}
}
@@ -270,3 +270,18 @@
position: relative;
}
}
+
+.documentView-editorView-history {
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+
+.documentView-editorView {
+ width: 100%;
+ overflow-y: scroll;
+
+ .documentView-editorView-resizer {
+ height: 5px;
+ }
+}