Merge pull request 'Fix status overflow without breaking user ID tooltips or emoji mouseover expansion' (#3) from fix-status-overflow into develop

Reviewed-on: https://git.youjo.love/youjo/youjo-fe/pulls/3
This commit is contained in:
Chizu 2023-05-26 18:26:27 +00:00
commit 8fea0b06e7

View file

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