fix(trajectory): stabilize timeline pane layering

This commit is contained in:
_Kerman
2026-07-31 11:12:34 +08:00
parent 1265920adc
commit 668ba2bfe2
3 changed files with 5 additions and 1 deletions

View File

@@ -828,6 +828,7 @@
flex: 1;
min-height: 0;
overflow: auto;
scrollbar-gutter: stable;
}
.detailBodySummary {

View File

@@ -1,6 +1,6 @@
.root {
position: relative;
z-index: 0;
z-index: 1;
isolation: isolate;
flex: none;
border-bottom: 1px solid var(--dsw-alias-border-l2);

View File

@@ -27,6 +27,9 @@
}
.ledger {
position: relative;
z-index: 0;
isolation: isolate;
display: flex;
flex: 1;
min-height: 0;