From aaeb9ed385a0703bec4654b0afa727baa6da17ac Mon Sep 17 00:00:00 2001 From: "hamza.hramchi" <hamza.hramchi@xelians.fr> Date: Fri, 27 Nov 2020 18:21:35 +0100 Subject: [PATCH] FEAT #15546 TIME 0:01 fix css --- src/frontend/app/service/debug/dev-tool.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/service/debug/dev-tool.component.html b/src/frontend/app/service/debug/dev-tool.component.html index 74a1827d47..90c90a1b26 100644 --- a/src/frontend/app/service/debug/dev-tool.component.html +++ b/src/frontend/app/service/debug/dev-tool.component.html @@ -1,5 +1,5 @@ -<ion-fab cdkDrag style="position: fixed;right: 50px;top: 50px;z-index: 1;"> +<ion-fab cdkDrag horizontal="end" vertical="top"> <ion-fab-button color="light"> <ion-icon name="language-outline"></ion-icon> </ion-fab-button> -- GitLab