Merge pull request #2605 from basecamp/mobile/fix-clipped-stalled-bubble

Mobile / Fix clipped stalled bubble
This commit is contained in:
Adrien Maston
2026-02-25 10:20:53 +01:00
committed by GitHub
+4
View File
@@ -822,6 +822,10 @@
position: absolute;
translate: 20% -20%;
z-index: 1;
@media (max-width: 639px) {
translate: 20% 0%;
}
}
/* Maybe column: position bubble relative to the title, not the container */