Skip to content

Commit ee24c70

Browse files
committed
[cleanup]
1 parent 0a3ff88 commit ee24c70

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/re_com/theme/default.cljs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,8 @@
9797
:top sticky-top}))
9898

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

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

0 commit comments

Comments
 (0)