Skip to content

Commit c0a3772

Browse files
chdefreneCopilot
andcommitted
fix(dev-portal): align stacking with app portal
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 654d6c3 commit c0a3772

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@equinor/fusion-framework-dev-portal": patch
3+
---
4+
5+
Match `app-portal` stacking behaviour.

packages/dev-portal/src/Router.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ const Styled = {
1818
`,
1919
Head: styled.section`
2020
grid-area: head;
21+
z-index: 2;
2122
`,
2223
Main: styled.section`
2324
grid-area: main;
25+
--header-height: 48px;
2426
overflow: auto;
2527
position: relative;
28+
z-index: 1;
2629
max-width: 100%;
2730
display: grid;
2831
`,

0 commit comments

Comments
 (0)