fix: TOC above emoji in title, closes #6400

This commit is contained in:
Tom Moor
2024-01-18 21:21:44 -05:00
parent e0d4e9bc0f
commit ff8b3cc0f4

View File

@@ -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`