mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 23:18:58 +00:00
cb65f6d10c
forming a monotonically increasing sequence (e.g. with position:sticky) Relative positioning can cause table parts to move, which can cause issues with the cursor position to know which rows can be skipped. To make this work, use the max difference between the frame's rect and the union of the frame's "normal" position and the overflow rect to cover the area of relatively positioned elements even if they are out of order. This resolves #1309.