Skip to content

Commit

Permalink
fix: remove permanent scrollbar (jsr-io#63)
Browse files Browse the repository at this point in the history
fixes jsr-io#13
  • Loading branch information
thisisjofrank authored Feb 29, 2024
1 parent bb7c9a6 commit 0d6eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ListPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function ListPanel(
</div>
)}
</div>
<ol class="border-1.5 border-jsr-cyan-950 rounded list-none overflow-y-scroll">
<ol class="border-1.5 border-jsr-cyan-950 rounded list-none">
{children.map((entry) => {
return (
<li class="odd:bg-jsr-cyan-50">
Expand Down

0 comments on commit 0d6eef8

Please sign in to comment.