mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00: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}
|
||||
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' &&
|
||||
|
||||
Reference in New Issue
Block a user