In my web application, there is a division that includes a form structured like the following:
https://i.sstatic.net/ydEcn.png
The table displaying the results beneath the form is wide, requiring horizontal scrolling to view it in its entirety.
Is there a way to make the form division sticky so that as I horizontally scroll through the results section, the form remains fixed at the top of the page?
I have searched for information on making elements sticky on vertical scroll using position:sticky
, but unfortunately, I haven't found any resources that provide guidance on achieving this effect with horizontal scroll. Any insights or suggestions would be greatly appreciated.