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 9365812 commit cade9caCopy full SHA for cade9ca
static/app/stories/view/storyExports.tsx
@@ -181,8 +181,6 @@ const StoryContainer = styled('div')`
181
flex-direction: column;
182
gap: ${space(4)};
183
padding-inline: ${space(2)};
184
- overflow-y: auto;
185
- height: 100%;
186
`;
187
188
const StoryContent = styled('main')`
static/app/stories/view/storySidebar.tsx
@@ -83,6 +83,8 @@ const SidebarContainer = styled('nav')`
83
width: 256px;
84
background: ${p => p.theme.tokens.background.primary};
85
overflow-y: auto;
86
+ scrollbar-width: thin;
87
+ scrollbar-color: ${p => p.theme.tokens.border.primary} ${p => p.theme.background};
88
ul,
89
li {
90
list-style: none;
0 commit comments