Keep issue dialog above site navigation
Magent CI/CD / verify (push) Successful in 10m42s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 16s

This commit is contained in:
2026-09-01 21:33:02 +12:00
parent b6c48a0be7
commit 3aac40ba0f
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -2654,6 +2654,10 @@ button:disabled,
overflow: hidden;
}
.issue-reports-column.has-open-modal {
z-index: 2000;
}
.issue-reports-column > .issue-history-heading {
align-items: center;
padding: 14px 15px;
+3 -1
View File
@@ -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>