Keep issue dialog above site navigation
This commit is contained in:
@@ -2020,7 +2020,9 @@ export default function PortalClient({ workspace }: PortalClientProps) {
|
||||
</>
|
||||
) : null}
|
||||
|
||||
<div className={workspace === 'issue' ? 'issue-reports-column' : 'portal-lower-content'}>
|
||||
<div className={workspace === 'issue'
|
||||
? `issue-reports-column ${selectedItemId != null ? 'has-open-modal' : ''}`
|
||||
: 'portal-lower-content'}>
|
||||
{workspace === 'issue' ? (
|
||||
<div className="issue-history-heading">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user