fix: raise header overlays above dashboard surfaces

This commit is contained in:
Md Bayazid Bostame
2026-03-30 12:54:32 +02:00
parent 4bcf88b9ee
commit c3be89e1dd

View File

@@ -14,6 +14,9 @@
box-sizing: border-box; box-sizing: border-box;
width: min(var(--app-shell-width), 100%); width: min(var(--app-shell-width), 100%);
margin: 0 auto 12px; margin: 0 auto 12px;
position: relative;
z-index: 30;
overflow: visible;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: flex-start; align-items: flex-start;
@@ -137,6 +140,9 @@
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
margin: 0; margin: 0;
position: relative;
z-index: 30;
overflow: visible;
padding: 22px 24px 18px; padding: 22px 24px 18px;
border: 0; border: 0;
border-bottom: 1px solid rgba(217, 227, 238, 0.9); border-bottom: 1px solid rgba(217, 227, 238, 0.9);
@@ -174,6 +180,8 @@
display: flex; display: flex;
margin-left: auto; margin-left: auto;
flex: 0 0 auto; flex: 0 0 auto;
position: relative;
z-index: 31;
gap: 8px; gap: 8px;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-end; justify-content: flex-end;