Unverified Commit 23a6c85b authored by Joel's avatar Joel Committed by GitHub

chore: handle workspace apps scrollbar (#1101)

parent 4a28599f
......@@ -108,7 +108,7 @@ const SideBar: FC<{
<div className='pl-2 text-xs text-gray-500 font-medium uppercase'>{t('explore.sidebar.workspace')}</div>
<div className='mt-3 space-y-1 overflow-y-auto overflow-x-hidden'
style={{
maxHeight: 'calc(100vh - 250px)',
height: 'calc(100vh - 250px)',
}}
>
{installedApps.map(({ id, is_pinned, uninstallable, app: { name, icon, icon_background } }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment