transfem-org / Sharkey

🌎 A Sharkish microblogging platform 🚀
https://joinsharkey.org/
73 stars 19 forks source link

MFM can overlap post info & overflow into replies #104

Closed Freeplayg closed 10 months ago

Freeplayg commented 11 months ago

💡 Summary

MFM can overlap post information, and overflow into the replies: image

🥰 Expected Behavior

image

📝 Steps to Reproduce

https://kitsunes.club/notes/9kvd8ksxx89hfmzv

📌 Environment

💻 Frontend

Insert5StarName commented 11 months ago

thx for the report i will look into it, tho im arguably not the best at css

Freeplayg commented 10 months ago

You should be able to add a position: relative; z-index: 1 or higher whatever gets it to not go under to the containers that need it position relative (or other values depending on what you're doing) is needed for z-index to work

You should also be able to add overflow: hidden or clip, to the entire post's container to not get it to flow into the replies