From d9227908ba8e8db5084c468a242b2839ab11a33d Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Mon, 4 May 2020 12:50:46 -0400 Subject: fixed links and snap lines broken by moving things into DragManager. --- src/client/views/nodes/DocHolderBox.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/client/views/nodes/DocHolderBox.scss (limited to 'src/client/views/nodes/DocHolderBox.scss') diff --git a/src/client/views/nodes/DocHolderBox.scss b/src/client/views/nodes/DocHolderBox.scss new file mode 100644 index 000000000..3a27c16c1 --- /dev/null +++ b/src/client/views/nodes/DocHolderBox.scss @@ -0,0 +1,15 @@ +.documentBox-container { + width: 100%; + height: 100%; + pointer-events: all; + background: rgb(241, 239, 235); + position: absolute; + .documentBox-lock { + margin: auto; + color: white; + position: absolute; + } + .contentFittingDocumentView { + position: absolute; + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2