-
Similar to this codepen example. https://codepen.io/neoky/pen/mGpaKN Is it possible to make sticky column, header in It seems that it is dependent on last element that is scroll-able and what scroll offset it has. Is there another way to achieve sticky header column/row in grid? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Got behavior similar to position: sticky working in egui_taffy by manually storing sticky_grid_demo.mov |
Beta Was this translation helpful? Give feedback.
So I think the "correct" computation for
position: sticky
is a little more complicated than just not applying the scroll offset:top/left/bottom/right
styles.