Skip to content

Commit

Permalink
[cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 3, 2024
1 parent 0a3ff88 commit ee24c70
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/re_com/theme/default.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,8 @@
:top sticky-top}))

(defmethod base ::nested-grid/column-header
[props {{:keys [sticky? row-header-total-width]} :state}]
(update props :style merge {:height "100%"
#_#_:position :sticky
#_#_:left row-header-total-width
#_#_:right 10}
#_(when sticky? {:position :sticky
:top (+ 25 row-header-total-width)})))
[props _]
(update props :style merge {:height "100%"}))

(defmethod base :default [props {:keys [state part transition!]
{:keys [sm-2]} :variables
Expand Down

0 comments on commit ee24c70

Please sign in to comment.