diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-01-31 00:09:07 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-01-31 00:09:07 -0500 |
commit | b74b5888c7c0eee6c0f7a7e8f6d44b9a21b46f0b (patch) | |
tree | de02f03da44651a2d66a0f0a5ac1cd323b77bca1 | |
parent | e2acceaaf0a0235513951dca1c33e63183d61661 (diff) |
from last
-rw-r--r-- | src/client/views/presentationview/PresElementBox.scss | 4 |
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 { |