We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3ff88 commit ee24c70Copy full SHA for ee24c70
src/re_com/theme/default.cljs
@@ -97,13 +97,8 @@
97
:top sticky-top}))
98
99
(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)})))
+ [props _]
+ (update props :style merge {:height "100%"}))
107
108
(defmethod base :default [props {:keys [state part transition!]
109
{:keys [sm-2]} :variables
0 commit comments