Skip to content

Commit

Permalink
Merge pull request #14002 from brave/fix-site-edit-dialog-uplift
Browse files Browse the repository at this point in the history
Uplift 1.41.x - Fix layering issues with the NTP Add/Edit site dialog
  • Loading branch information
kjozwiak authored Jul 6, 2022
2 parents cd03b34 + 114527c commit bb3be50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const StyledDialogWrapper = styled('div')<StyledDialogWrapperProps>`
left: 0;
width: 100%;
height: 100%;
z-index: 5;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit bb3be50

Please sign in to comment.