fix(export): add top horizontal scrollbar for session table

This commit is contained in:
aits2026
2026-03-06 19:31:20 +08:00
parent ecd64f62bc
commit a8c05fd26c
2 changed files with 48 additions and 4 deletions

View File

@@ -1975,12 +1975,11 @@
}
}
.table-top-scrollbar,
.table-bottom-scrollbar {
flex: 0 0 auto;
height: 16px;
overflow-x: auto;
overflow-y: hidden;
border-top: 1px solid color-mix(in srgb, var(--border-color) 80%, transparent);
background: color-mix(in srgb, var(--bg-primary) 86%, var(--bg-secondary));
scrollbar-width: thin;
scrollbar-color: color-mix(in srgb, var(--text-tertiary) 70%, transparent) transparent;
@@ -1999,10 +1998,24 @@
}
}
.table-top-scrollbar {
height: 14px;
border-bottom: 1px solid color-mix(in srgb, var(--border-color) 72%, transparent);
}
.table-bottom-scrollbar-inner {
height: 1px;
}
.table-bottom-scrollbar {
height: 16px;
border-top: 1px solid color-mix(in srgb, var(--border-color) 80%, transparent);
}
.table-top-scrollbar-inner {
height: 1px;
}
.selection-clear-btn {
border: 1px solid var(--border-color);
border-radius: 8px;