Skip to content

Commit

Permalink
Adjust z-index of pr-folder-picker
Browse files Browse the repository at this point in the history
The pr-folder-picker component appears under the profile settings
dialog. Adjust its z-index so that it appears above other dialog
components.

PER-9804: Clicking on change profile photo doesn't work
  • Loading branch information
meisekimiu committed Sep 16, 2024
1 parent 19575a1 commit 240922c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/core/components/main/main.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
}
}

pr-folder-picker {
z-index: 1010;
}

@include desktop {
:host {
display: flex;
Expand Down

0 comments on commit 240922c

Please sign in to comment.