diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss
index 359c506fc..6675032f0 100644
--- a/dashboard/src/theme.scss
+++ b/dashboard/src/theme.scss
@@ -1530,9 +1530,7 @@ div:hover > .picture-edit-indicator {
}
.info-edit-indicator {
- position: absolute;
- top: 0;
- right: 0;
+ float: right;
border-radius: 20px;
padding: 5px;
color: $text-dark;
diff --git a/dashboard/src/views/app.html b/dashboard/src/views/app.html
index c51f52a28..827290ec1 100644
--- a/dashboard/src/views/app.html
+++ b/dashboard/src/views/app.html
@@ -795,15 +795,15 @@
-