From 4397e5fec36ea0a586cbec4923758b242dbf6147 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Mon, 26 Jan 2026 23:45:37 -0300 Subject: [PATCH] refactor: moves positioning to host --- .../components/floating-big-btn/floating-big-btn.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/components/floating-big-btn/floating-big-btn.scss b/src/app/components/floating-big-btn/floating-big-btn.scss index 7a45662..c5441a4 100644 --- a/src/app/components/floating-big-btn/floating-big-btn.scss +++ b/src/app/components/floating-big-btn/floating-big-btn.scss @@ -1,8 +1,10 @@ -mat-toolbar { - position: absolute; +:host { bottom: 80px; - justify-content: flex-end; - + position: absolute; + right: 0px; +} + +mat-toolbar { button { background: var(--mat-sys-primary-container); width: 64px;