Hey everyone,
I am in need of some CSS help here.
I am using https://library.relume.io/components/layout-121 for a section on a website. I have two small issues:
If you change the parent of the left column to position: relative and then add position:sticky to the left column it should be sticky. You have to adjust top accordingly to your needs. For the line I am not sure. Would be helpful if you could share a read-only link π
Thanks for the help! I tried to add relative/sticky relation but it does not work as I think the column size is automatically adjusting to the highest column of the grid.
Here is the link:
https://preview.webflow.com/preview/pes7?utm_medium=preview_link&utm_source=designer&u[β¦]174296ba8e&pageId=659570dcc31eb0b3892f9f77&workflow=preview
In the column below position:sticky you have to enter a value for top. If it is auto for all 4 sides it wont work π
For the line you can adjust the start of the line by finding the buy_2_property-types_progress-bar-wrapper and change the top position as marked in the screenshot π
You might have to adjust the height for the buy_2_property-types_progress-bar element so it goes all the way to the last element and doenst stop somewhere in between π
That worked like a charm. I did some initial workaround and then implemented your solution. Thanks for all the tips !