π―πΌπ·πΌ.
KPCKevin Powell - Community
β’Created by π―πΌπ·πΌ. on 12/28/2024 in #front-end
Position absolute with overflown parent
Hi, I have an element that is positioned top right of the parent absolutely
<div className="absolute right-2 top-2">X</div>
The parent has overflow-y scrollbars, and when I scroll, the absolute child scrolls with the content, instead of being fixed there, but I cannot use position fixed because it's bound to the viewport, position sticky doesnt work either4 replies
KPCKevin Powell - Community
β’Created by π―πΌπ·πΌ. on 12/21/2024 in #front-end
horizontal overflow as soon as page is scrollable
6 replies