Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d7c935

Browse files
committed
fix: prevent unruly stacking contexts from breaking scrolling
1 parentdfb4bde commit4d7c935

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎site/src/components/MultiSelectCombobox/MultiSelectCombobox.tsx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,3 +706,5 @@ export const MultiSelectCombobox = forwardRef<
706706
);
707707
},
708708
);
709+
710+
MultiSelectCombobox.displayName="MultiSelectCombobox";

‎site/src/modules/dashboard/DashboardLayout.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const DashboardLayout: FC = () => {
2626
<divclassName="flex flex-col h-screen justify-between">
2727
<Navbar/>
2828

29-
<divclassName="flex flex-col flex-1 min-h-0 overflow-y-auto">
29+
<divclassName="relativeflex flex-col flex-1 min-h-0 overflow-y-auto">
3030
<Suspensefallback={<Loader/>}>
3131
<Outlet/>
3232
</Suspense>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp