[WEB-1810] style: fix issue with screen height on all layouts when peek overview is opened. (#4994)

This commit is contained in:
Prateek Shourya 2024-07-01 19:30:41 +05:30 committed by GitHub
parent d62654e1d5
commit 03f7685f8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ export const IssueView: FC<IIssueView> = observer((props) => {
/> />
)} )}
<div className="w-full h-full !text-base"> <div className="w-full !text-base">
{issueId && ( {issueId && (
<div <div
ref={issuePeekOverviewRef} ref={issuePeekOverviewRef}