[WEB-1810] style: fix issue with screen height on all layouts when peek overview is opened. (#4994)
This commit is contained in:
parent
d62654e1d5
commit
03f7685f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue