forked from AkkomaGang/akkoma-fe
fix popovers in status content being cut off (this might break other things but we'll see)
this affected popovers like hovering over mentions without instance name
This commit is contained in:
parent
8a49d12b8f
commit
ccac52d046
1 changed files with 0 additions and 4 deletions
|
@ -42,10 +42,6 @@
|
|||
display: flex;
|
||||
padding: var(--status-margin, $status-margin);
|
||||
|
||||
.content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
> * {
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue