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:
tea 2023-12-04 18:50:59 +01:00
parent 8a49d12b8f
commit ccac52d046

View file

@ -42,10 +42,6 @@
display: flex; display: flex;
padding: var(--status-margin, $status-margin); padding: var(--status-margin, $status-margin);
.content {
overflow: hidden;
}
> * { > * {
min-width: 0; min-width: 0;
} }