Selaa lähdekoodia

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

charlie 1 vuosi sitten
vanhempi
sitoutus
95ebc1e805
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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]))