Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb4bde commit 4d7c935Copy full SHA for 4d7c935
site/src/components/MultiSelectCombobox/MultiSelectCombobox.tsx
@@ -706,3 +706,5 @@ export const MultiSelectCombobox = forwardRef<
706
);
707
},
708
709
+
710
+MultiSelectCombobox.displayName = "MultiSelectCombobox";
site/src/modules/dashboard/DashboardLayout.tsx
@@ -26,7 +26,7 @@ export const DashboardLayout: FC = () => {
26
<div className="flex flex-col h-screen justify-between">
27
<Navbar />
28
29
- <div className="flex flex-col flex-1 min-h-0 overflow-y-auto">
+ <div className="relative flex flex-col flex-1 min-h-0 overflow-y-auto">
30
<Suspense fallback={<Loader />}>
31
<Outlet />
32
</Suspense>
0 commit comments