fix(ui): z-index for the table header row

feat/asset-sync
charlie 2024-07-08 23:23:07 +08:00
parent 4efca908a4
commit 95ebc1e805
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
[:div.ls-table-header [:div.ls-table-header
(merge {:class "border-y transition-colors bg-gray-01" (merge {:class "border-y transition-colors bg-gray-01"
:ref el-ref :ref el-ref
:style {:z-index 100}} :style {:z-index 9}}
prop) prop)
children])) children]))