fix: Cannot access menu on threaded comments, closes #4983

This commit is contained in:
Tom Moor
2023-03-05 16:03:13 -05:00
parent 760355302c
commit 646afec491
2 changed files with 9 additions and 2 deletions

View File

@@ -243,6 +243,7 @@ export const Bubble = styled(Flex)<{
$focused?: boolean;
$dir?: "rtl" | "ltr";
}>`
position: relative;
flex-grow: 1;
font-size: 15px;
color: ${(props) => props.theme.text};