浏览代码

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

charlie 1 年之前
父节点
当前提交
95ebc1e805
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deps/shui/src/logseq/shui/table/core.cljc

+ 1 - 1
deps/shui/src/logseq/shui/table/core.cljc

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