feat: Improved table of contents (#1223)
* feat: New table of contents * fix: Hide TOC in edit mode * feat: Highlight follows scroll position * scroll tracking * UI * fix: Unrelated css fix with long doc titles * Improve responsiveness * feat: Add keyboard shortcut access to TOC * fix: Headings should reflect content correctly when viewing old document revision * flow * fix: Persist TOC choice between sessions
This commit is contained in:
@@ -157,7 +157,7 @@ const Wrapper = styled(Flex)`
|
||||
const Label = styled.div`
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-height: 4.4em;
|
||||
max-height: 4.8em;
|
||||
line-height: 1.6;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user