Fixed context menu flicker, resize scrolling and race conditions
All checks were successful
Android Build / publish (push) Successful in 50s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-06-13 07:19:12 +02:00
commit 3f0f628569
10 changed files with 140 additions and 118 deletions

View file

@ -159,6 +159,11 @@ indicator.active {
border-radius: 0.65rem;
}
.reaction-pill {
backface-visibility: hidden;
transform: translateZ(0);
}
roomcontent {
display: flex;
flex-direction: column;