Browse Source

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

charlie 1 year ago
parent
commit
95ebc1e805
1 changed files with 1 additions and 1 deletions
  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
     [: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]))