Skip to content

Commit

Permalink
Merge pull request #1076 from dnbexperience/fix/portal-tools
Browse files Browse the repository at this point in the history
chore(Portal): fix portal tools modal index issue
  • Loading branch information
tujoworker authored Oct 28, 2021
2 parents c6f8653 + 031e4b7 commit 74b7106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function PortalToolsMenu({
const { skeleton } = React.useContext(Context)
return (
<Modal
id="portal-tools"
mode="drawer"
title="Portal Tools"
trigger_tooltip={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const Header = styled.header`
z-index: 3201;
}
/* stylelint-disable-next-line */
html[data-dnb-modal-active='portal-tools'] & {
z-index: 3000;
}
top: 0;
left: 0;
width: 100%;
Expand Down

0 comments on commit 74b7106

Please sign in to comment.