Skip to content

Commit c89cecd

Browse files
svenefftingeroboquat
authored andcommitted
[dashboard] no overflow on narrow screen
1 parent 849334d commit c89cecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/dashboard/src/menu/Menu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default function Menu() {
152152
<OrganizationSelector />
153153
{!isMinimalUI && (
154154
<>
155-
<div className="pl-2 text-base text-gray-500 dark:text-gray-400 flex max-w-lg overflow-scroll">
155+
<div className="pl-2 text-base text-gray-500 dark:text-gray-400 flex max-w-lg overflow-hidden">
156156
{leftMenu.map((entry) => (
157157
<div className="p-1" key={entry.title}>
158158
<PillMenuItem

0 commit comments

Comments
 (0)