fix(ui): incorrect sticky position for the table header

This commit is contained in:
charlie
2026-03-02 16:36:11 +08:00
parent cfbceea453
commit e203d0465c
2 changed files with 0 additions and 3 deletions

View File

@@ -162,7 +162,6 @@
(let [^js target-cls (.-classList target)
^js table-footer (some-> table (.querySelector ".ls-table-footer"))
^js page-el (.closest target ".page-inner")
*ticking? (volatile! false)
*el-top (volatile! (-> target (.getBoundingClientRect) (.-top)))
head-height (-> (get-head-container) (.-offsetHeight))
update-target-top! (fn []

View File

@@ -360,7 +360,6 @@ input[type='range'] {
.ls-foldable-content-inner {
overflow: hidden;
opacity: 1;
transform: translateY(0);
transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
@@ -369,7 +368,6 @@ input[type='range'] {
.ls-foldable-content-inner {
opacity: 0;
transform: translateY(-2px);
pointer-events: none;
}
}