fix windows bridge logs and mobile headers (#1198)
This commit is contained in:
@@ -494,8 +494,12 @@ async function handleArchiveSelectedBoard() {
|
||||
@media (max-width: $breakpoint-mobile) {
|
||||
.page-header {
|
||||
padding: 16px 12px 16px 52px;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 20;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
background: $bg-primary;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -466,6 +466,13 @@ onBeforeUnmount(() => {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 20;
|
||||
background: $bg-primary;
|
||||
}
|
||||
|
||||
.header-actions {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user