diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-06 18:21:02 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-06 18:21:02 -0500 |
| commit | f273c97121300eb9b242f7272cc1cc56c396ca8b (patch) | |
| tree | d0086e411c206ee86637ed38a5a6eacb4f67ef8f /src/client/views/nodes/DocumentView.scss | |
| parent | 1d62d867621b293c41ff8488ca5a3bd6010723d5 (diff) | |
started a previous images display
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 17 |
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; + } +} |
