🐛 Fix comment bubbles (#7990)

This commit is contained in:
Alejandro Alonso 2025-12-22 16:57:45 +01:00 committed by GitHub
parent 20061067ad
commit a14b4561e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
}
.threads {
position: fixed;
position: absolute;
}