fix: resolve z-index and peek overview component bug (#2624)
* fix: resolved z-index issue on peek overview component * fix: fix issue with peekover view in spreadsheet view --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
This commit is contained in:
parent
1352c200dd
commit
4c1aee0cfc
5 changed files with 140 additions and 103 deletions
|
|
@ -13,7 +13,7 @@ interface IIssuePeekOverview {
|
|||
projectId: string;
|
||||
issueId: string;
|
||||
handleIssue: (issue: Partial<IIssue>) => void;
|
||||
children: ReactNode;
|
||||
children?: ReactNode;
|
||||
}
|
||||
|
||||
export const IssuePeekOverview: FC<IIssuePeekOverview> = observer((props) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue