From d728a6e8c761d97646882b4a161d44f56278db9a Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:50:55 +0200 Subject: [PATCH] Fix fab-container --- apps/client/src/styles.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 8e79de778..36099a249 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -510,7 +510,9 @@ ngx-skeleton-loader { padding-bottom: constant(safe-area-inset-bottom); .fab-container { - bottom: 5rem; + @media (max-width: 575.98px) { + bottom: 5rem; + } } .mat-mdc-tab-nav-bar {