Merge pull request #2605 from basecamp/mobile/fix-clipped-stalled-bubble
Mobile / Fix clipped stalled bubble
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user