refactor(export): remove scroll back-to-top affordance

This commit is contained in:
tisonhuang
2026-03-05 13:31:13 +08:00
parent 02a6b24517
commit 7e7503035a
2 changed files with 0 additions and 56 deletions

View File

@@ -1400,28 +1400,6 @@
}
}
.back-to-top-btn {
position: fixed;
top: 14px;
right: 18px;
z-index: 120;
border: 1px solid rgba(var(--primary-rgb), 0.4);
border-radius: 999px;
background: color-mix(in srgb, var(--bg-primary) 90%, var(--bg-secondary));
color: var(--primary);
font-size: 12px;
font-weight: 600;
padding: 6px 12px;
cursor: pointer;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
transition: transform 0.12s ease, box-shadow 0.12s ease;
&:hover {
transform: translateY(-1px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
}
.table-virtuoso {
height: 100%;
}
@@ -2769,9 +2747,4 @@
.export-session-detail-panel {
width: calc(100vw - 12px);
}
.back-to-top-btn {
top: 10px;
right: 10px;
}
}