aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-03 21:50:09 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-03 21:50:09 -0400
commit32365d3294e45dbc7c060b45c0aeba658802e078 (patch)
tree64f59b3b248ba73a6a46cd61dfab8085dd9549eb /src/client/views/nodes/ImageBox.scss
parenta979ebce6cf3b3aaa0fb6ea3870988b6edc6a889 (diff)
fixed position of link button for images and comparison boxes by making them position:relative instead of absoulte. fixed elllipsis of elided bulleted text.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 15148d01d..c1b95b308 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -2,7 +2,7 @@
border-radius: inherit;
width: 100%;
height: 100%;
- position: absolute;
+ position: relative;
transform-origin: top left;
.imageBox-fader {