Skip to content

Commit

Permalink
fix context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
D0m1nos committed Nov 26, 2024
1 parent 0112aa1 commit 9440b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const PlaylistChooser: Component<PlaylistChooserProps> = (props) => {
}, 320),
);
}}
class="max-h-[95vh] w-40 overflow-auto [scrollbar-width:none]"
class="max-h-72 w-40 overflow-auto pr-1.5"
>
<DropdownList.Item
onClick={() => {
Expand Down

0 comments on commit 9440b5a

Please sign in to comment.