fix akkoma's bugged "fix" for MFM overflow

https://akkoma.dev/AkkomaGang/akkoma-fe/issues/218
broke tooltips for user IDs and
clipped emoji expansions on mouseover. That change
was implemented to
resolve issues allowing MFM to
overlflow a post body. This
fixes the original issue and prevents
the reintroduction of the bug
present in Akkoma.
This commit is contained in:
Platinum 2023-05-24 21:56:57 -04:00
parent 555595cb68
commit 62d27899cd

View file

@ -43,7 +43,8 @@
padding: var(--status-margin, $status-margin);
.content {
overflow: hidden;
overflow: clip;
overflow-clip-margin: 2em;
}
> * {