From 8823b22232e0ae35228f99e74dcefae7a4a3f99d Mon Sep 17 00:00:00 2001 From: Volha Mardvilka Date: Mon, 18 Nov 2024 13:29:11 +0000 Subject: [PATCH] 379246727: (fix) changes for gm3 header --- modules/ui/src/app/app.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/src/app/app.component.scss b/modules/ui/src/app/app.component.scss index 0ef2ab018..15a4725be 100644 --- a/modules/ui/src/app/app.component.scss +++ b/modules/ui/src/app/app.component.scss @@ -159,13 +159,13 @@ $nav-width: 96px; .app-toolbar { position: absolute; top: 0; - left: $nav-width; + left: 0; z-index: 3; height: $toolbar-height; padding: 0 16px; background-color: $surface-container-low; color: $grey-800; - width: calc(100% - $nav-width); + width: 100%; } .app-bar-buttons {