Skip to content

Commit

Permalink
style: 💄 reserve space for scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecBlance committed Oct 19, 2024
1 parent 3cad410 commit f7bbf7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ function App() {
</div>
</div>
<Separator />
<div className="grow overflow-y-auto">
<div
className="grow overflow-y-auto"
style={{ scrollbarGutter: "stable" }}
>
{types.map((type) => {
return (
<TabBuckets
Expand Down

0 comments on commit f7bbf7f

Please sign in to comment.