Styling in Toddle
Is there video or a playlist where I can learn about styling in toddle ? I am currently struggling to absolute fix a repeated form to the whole page as a popup . This was pretty easy in webflow with its CMS list . Thanks in advance everyone ! https://www.loom.com/share/54e2023f9afa41cca9a60bc3ad8d5f85 - A video explaining the issue Hi ! I would not put the form into the repeat . Two reasons : 1 . You are restricted (in CSS /HTML ) to the surrounding div when you set the form to absolute . That is why they don 't stack on top of each other . You could do that with display fixed , but : 2 . In your setup , you will render a form for every item . This is costly and performance -wise not a good idea π₯1I would create one form for all and a variable to control the display state