Update MkTimeline.vue

This commit is contained in:
syuilo 2025-05-02 11:16:11 +09:00
parent 451f0f7bd1
commit dee571ccde
1 changed files with 4 additions and 2 deletions

View File

@ -394,12 +394,14 @@ defineExpose({
}
.new {
--gapFill: 0.5px; //
position: sticky;
top: var(--MI-stickyTop, 0px);
top: calc(var(--MI-stickyTop, 0px) - var(--gapFill));
z-index: 1000;
width: 100%;
box-sizing: border-box;
padding: 10px 0;
padding: calc(10px + var(--gapFill)) 0 10px 0;
}
/* 疑似progressive blur */