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;