aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-01-31 00:09:07 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-01-31 00:09:07 -0500
commitb74b5888c7c0eee6c0f7a7e8f6d44b9a21b46f0b (patch)
treede02f03da44651a2d66a0f0a5ac1cd323b77bca1 /src
parente2acceaaf0a0235513951dca1c33e63183d61661 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index 34c170be2..ac78babef 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -43,9 +43,11 @@
}
.presElementBox-closeIcon {
- float: right;
border-radius: 20px;
transform:scale(0.7);
+ position: absolute;
+ right: 0;
+ top: 0;
}
.presElementBox-interaction {