Fix message reaction picker moving when typing stops

This commit is contained in:
ayumi-signal
2025-02-05 12:13:37 -08:00
committed by GitHub
parent 238e7be2ee
commit a3e28478bd
2 changed files with 22 additions and 2 deletions

View File

@@ -5946,6 +5946,10 @@ button.module-calling-participants-list__contact {
overflow-anchor: auto;
}
}
&--scroll-locked {
// Component also applies flex-basis to prevent shrinkage
flex-shrink: 0;
}
&--have-oldest {
justify-content: flex-start;