Wanted to add a floating Icon on this page. Because of the auto layout the icon gets shifted to the left side of the page. Want to position this on right bottom corner. Can someone help?
Hey @Ramya1, it sounds like applying absolute positioning to the icon might help solve this problem! Here’s an example GIF from Figma’s documentation:
If you’re also creating a prototype, you’ll also want to be sure to set the icon layer to “fixed” so you get the following effect:
1 Like
Hey Alice, thanks a ton for the quick resolution. Absolute positioning worked.
1 Like