fix windows bridge logs and mobile headers (#1198)

This commit is contained in:
ekko
2026-06-01 11:58:54 +08:00
committed by GitHub
parent 3f7242aee8
commit aa7c1c4fbb
4 changed files with 17 additions and 0 deletions
@@ -466,6 +466,13 @@ onBeforeUnmount(() => {
flex-direction: column;
}
.page-header {
position: sticky;
top: 0;
z-index: 20;
background: $bg-primary;
}
.header-actions {
width: 100%;
}