diff --git a/core/src/App.svelte b/core/src/App.svelte index 68289becfa..9de057775f 100644 --- a/core/src/App.svelte +++ b/core/src/App.svelte @@ -2045,6 +2045,10 @@ --luigi__horizontal-nav--height: 2.75rem; } + .fd-tool-layout { + --fdToolLayout_Background: var(--sapBackgroundColor); + } + :global(html) { box-sizing: border-box; position: fixed;