Skip to content

Commit

Permalink
fix(frontend): increase z-index of header
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 23, 2024
1 parent d0bd5dc commit c7104a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/header/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body:not(.app--minimalui) .header {
box-shadow: var(--header-shadow);
inset-block-start: 0;
position: sticky;
z-index: 1;
z-index: 99;

@supports not (backdrop-filter: blur()) {
-webkit-backdrop-filter: blur(16px);
Expand Down

0 comments on commit c7104a5

Please sign in to comment.