I have an auto-layout frame with a fixed width (the screen). I like to resize it every now and then to check how everything looks in different screen sizes.
Inside it I have another frame (a translucent navbar/header) set to absolute so it sits on top of other elements. However I want it to always match the width of the screen. As soon as thatâs changed, I have to manually fix the header each time.
Iâve found some related threads (1, 2) that seem to have a similar issue, but it seems theyâre bugs and the workaround is to set the position to âscroll with parentâ. In my situation, the element is already set to it, so they mightâve have a different problem.
What am I doing wrong?