Open ttilberg opened 2 hours ago
When I click the speaker tab here:
The content is sent to the bottom of the page:
This seems to be caused by the .avatar class in this container:
.avatar
When I deselect .avatar>div: aspect-ratio: 1 / 1 the layout is fixed.
.avatar>div: aspect-ratio: 1 / 1
Safari 17.6 MacOS
I don't know what other effects are intended with aspect-ratio: 1/1, or how this reacts in other browsers, so I fear unintended consequences of me trying to fix this myself.
aspect-ratio: 1/1
When I click the speaker tab here:
The content is sent to the bottom of the page:
This seems to be caused by the
.avatar
class in this container:When I deselect
.avatar>div: aspect-ratio: 1 / 1
the layout is fixed.Safari 17.6 MacOS