Skip to content

Commit

Permalink
style: improve settings overflow layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlundberg committed Sep 17, 2024
1 parent 684f6d0 commit 5c2f116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu-settings/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function MenuSettings() {
animate={{ x: 0, opacity: 1 }}
exit={{ x: -400, opacity: 0.6 }}
transition={{ type: "lineal" }}
className="flex flex-col w-full gap-3 sm:w-96 bg-background border-r"
className="flex flex-col w-full gap-3 sm:max-w-[450px] bg-background border-r"
>
<ScrollArea>
<div className="my-3 relative">
Expand Down

0 comments on commit 5c2f116

Please sign in to comment.