fix: TOC above emoji in title, closes #6400
This commit is contained in:
@@ -295,6 +295,9 @@ const EmojiWrapper = styled(Flex)<{ $position: "top" | "side"; dir?: string }>`
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
|
||||
// Always move above TOC
|
||||
z-index: 1;
|
||||
|
||||
${(props) =>
|
||||
props.$position === "top"
|
||||
? css`
|
||||
|
||||
Reference in New Issue
Block a user