Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export default function App() {
<HStack spacing="0" alignment="left" className="flex-grow">
<MainSidebar className="basis-52 flex-shrink-0 h-full" />
<main
style={ {
scrollbarGutter: 'stable',
} }

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto is the default value of scrollbarGutter. With minimum height fix in #124, reserving scrollbarGutter space with stable should no longer be needed on Windows. macOS should not be affected.

data-testid="site-content"
className="py-8 pr-8 bg-white overflow-y-auto h-full flex-grow rounded-chrome"
>
Expand Down