aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-10 15:07:42 -0500
committereleanor-park <eleanor_park@brown.edu>2025-01-10 15:07:42 -0500
commitfd922d7898ed7a405ed47a7e48b85c582d787c07 (patch)
tree51110ea8358d8bd9898dce2aa1fcce83b2d1f584 /src/client/views/nodes/DocumentView.scss
parentc2312afe4ee969043ba3ce4cb9c275a48b0f1ee0 (diff)
working on merge conflicts
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index a3d47290a..e71f391c6 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -276,11 +276,13 @@
right: 0;
top: 0;
overflow-y: scroll;
+ scrollbar-width: thin;
}
.documentView-editorView {
width: 100%;
overflow-y: scroll;
+ scrollbar-width: thin;
justify-items: center;
background-color: rgb(223, 223, 223);