How to make the element stick at the edge of the screen?

How do I make an element like an image stick to the side of the screen (have another layout where the image needs to stick to the top right of the screen) but not using position absolute because that is messing up with the other viewports
No description
1 Reply
suraj_shahi.
suraj_shahi.10mo ago
you can make it using absolute relative to it's section left: 0, width: 50% 0r 50vw it will not mess up if it's relative to it's sectionparent