We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849334d commit c89cecdCopy full SHA for c89cecd
components/dashboard/src/menu/Menu.tsx
@@ -152,7 +152,7 @@ export default function Menu() {
152
<OrganizationSelector />
153
{!isMinimalUI && (
154
<>
155
- <div className="pl-2 text-base text-gray-500 dark:text-gray-400 flex max-w-lg overflow-scroll">
+ <div className="pl-2 text-base text-gray-500 dark:text-gray-400 flex max-w-lg overflow-hidden">
156
{leftMenu.map((entry) => (
157
<div className="p-1" key={entry.title}>
158
<PillMenuItem
0 commit comments