mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-13 04:42:56 +08:00
fix(core): cloud pricing plan cards can not scroll (#8851)
This commit is contained in:
@@ -135,8 +135,8 @@ const SettingModalInner = ({
|
|||||||
className={style.wrapper}
|
className={style.wrapper}
|
||||||
ref={modalContentWrapperRef}
|
ref={modalContentWrapperRef}
|
||||||
>
|
>
|
||||||
<div ref={modalContentRef} className={style.centerContainer}>
|
<div className={style.centerContainer}>
|
||||||
<div className={style.content}>
|
<div ref={modalContentRef} className={style.content}>
|
||||||
<Suspense fallback={<WorkspaceDetailSkeleton />}>
|
<Suspense fallback={<WorkspaceDetailSkeleton />}>
|
||||||
{}
|
{}
|
||||||
{settingState.activeTab === 'account' &&
|
{settingState.activeTab === 'account' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user