Join Nostr
2024-12-19 12:42:24 GMT

Thomas Michael Semmler on Nostr: Omg. I attempted to debug an issue in safari, where a position: fixed; element didn't ...

Omg. I attempted to debug an issue in safari, where a position: fixed; element didn't correctly align to the viewports edge and I couldn't find out why, until I noticed that it is now relatively positioned to the next element with `container: inline-size;` on it.

Is this how it is supposed to be? This is only the case in safari

#safari #css #containerqueries #html #webdev