aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-01-06 15:42:16 -0500
committerbob <bcz@cs.brown.edu>2020-01-06 15:42:16 -0500
commitccd39c9a53ebf9aea84fcdcba6050145add4526f (patch)
treeb25ebd60772b0d8437c4357d3551176323bb212b /src/client/views/nodes/DocumentView.scss
parentd622486b343e69640dd749d124f6c2da9850dc10 (diff)
made doculinkbox show up at top right of text hyperlink. it's a hack that should be cleaned up if I can figure out how.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index dfb84ed5c..f44c6dd3b 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -39,6 +39,7 @@
transform-origin: top left;
width: 100%;
height: 100%;
+ z-index: 1;
}
.documentView-styleWrapper {