Skip to content

Commit

Permalink
fix(core): cloud pricing plan cards can not scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Nov 18, 2024
1 parent 9642566 commit 0c0c0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/core/src/desktop/dialogs/setting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ const SettingModalInner = ({
className={style.wrapper}
ref={modalContentWrapperRef}
>
<div ref={modalContentRef} className={style.centerContainer}>
<div className={style.content}>
<div className={style.centerContainer}>
<div ref={modalContentRef} className={style.content}>
<Suspense fallback={<WorkspaceDetailSkeleton />}>
{}
{settingState.activeTab === 'account' &&
Expand Down

0 comments on commit 0c0c0c4

Please sign in to comment.