Преглед изворни кода

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]))