mirror of
https://github.com/makeplane/plane.git
synced 2026-02-09 07:38:52 -06:00
fix: module detail sidebar scroll (#5064)
This commit is contained in:
committed by
GitHub
parent
12c24ad255
commit
6dcbea6d14
@@ -565,7 +565,7 @@ export const ModuleAnalyticsSidebar: React.FC<Props> = observer((props) => {
|
||||
</Disclosure.Button>
|
||||
<Transition show={open}>
|
||||
<Disclosure.Panel>
|
||||
<div className="mt-2 flex h-72 w-full flex-col space-y-3 overflow-y-auto">
|
||||
<div className="mt-2 flex min-h-72 w-full flex-col space-y-3 overflow-y-auto">
|
||||
{currentProjectRole && moduleDetails.link_module && moduleDetails.link_module.length > 0 ? (
|
||||
<>
|
||||
{isEditingAllowed && !isArchived && (
|
||||
|
||||
Reference in New Issue
Block a user