aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-08 11:15:25 -0500
committereleanor-park <eleanor_park@brown.edu>2025-01-08 11:15:25 -0500
commit8283499ca247da4f283f220d368e5e178c4d79a1 (patch)
treefbf39aa81c7d8e82dd9844d6e14392e6ad78e22d /src/client/views/nodes/PDFBox.scss
parent45e22be891331e2d6a381e988c7abd29af3e1399 (diff)
parent2f7d1f0073943e1eb9e0f34c4459bc0176377697 (diff)
Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web into eleanor-gptdraw
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index 7bca1230f..f6908d5fd 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -250,6 +250,17 @@
cursor: ew-resize;
background: lightGray;
}
+.pdfBox-container {
+ position: absolute;
+ transform-origin: top left;
+ top: 0;
+}
+.pdfBox-sidebarContainer {
+ position: absolute;
+ height: 100%;
+ right: 0;
+ top: 0;
+}
.pdfBox-interactive {
width: 100%;