We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e0028 commit 4d85a45Copy full SHA for 4d85a45
src/components/sidebar/index.tsx
@@ -86,7 +86,7 @@ export async function Sidebar({path, versions}: SidebarProps) {
86
<aside className={styles.sidebar}>
87
<input type="checkbox" id={sidebarToggleId} className="hidden" />
88
<style>{':root { --sidebar-width: 300px; }'}</style>
89
- <div className="md:flex flex-col items-stretch">
+ <div className="md:flex flex-col items-stretch overflow-auto">
90
<div className="platform-selector">
91
<div className="mb-3">
92
<PlatformSelector
src/components/sidebar/style.module.scss
@@ -70,6 +70,7 @@
70
}
71
72
.toc {
73
+ overflow: auto;
74
font-size: 0.875rem;
75
flex: 1;
76
overflow-y: hidden;
0 commit comments