From 09da67b8efd515352b1eb0ec5b89932f08c73a62 Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Mon, 3 Aug 2026 15:25:37 +0200 Subject: [PATCH] Fix Mobile Layout --- .../src/app/core/layout/shell/shell.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/myteamwallet_frontend_modern/src/app/core/layout/shell/shell.scss b/myteamwallet_frontend_modern/src/app/core/layout/shell/shell.scss index 17fbe19..73dec71 100644 --- a/myteamwallet_frontend_modern/src/app/core/layout/shell/shell.scss +++ b/myteamwallet_frontend_modern/src/app/core/layout/shell/shell.scss @@ -2,6 +2,7 @@ display: flex; flex-direction: column; height: 100dvh; + position: relative; } .shell-header {