mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
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:
commit
8fea0b06e7
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
padding: var(--status-margin, $status-margin);
|
||||
|
||||
.content {
|
||||
overflow: visible;
|
||||
overflow: clip;
|
||||
overflow-clip-margin: 2em;
|
||||
}
|
||||
|
||||
> * {
|
||||
|
|
Loading…
Reference in a new issue