Skip to content

Commit

Permalink
[ProfileMenu] Fix the TopCorner style (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron committed Sep 9, 2024
1 parent 0c8cfa1 commit 7b3b98d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Core/Components/ProfileMenu/FluentProfileMenu.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@
display: none;
}

.fluent-profile-menu[top-corner] ::deep fluent-anchored-region {
.fluent-profile-menu[top-corner] ::deep + div + fluent-anchored-region {
transform: unset !important;
left: unset;
right: -4px;
top: 32px;
}

[dir="rtl"] .fluent-profile-menu[top-corner] ::deep fluent-anchored-region {
[dir="rtl"] .fluent-profile-menu[top-corner] ::deep + div + fluent-anchored-region {
transform: unset !important;
left: -4px;
right: unset;
top: 32px;
}

0 comments on commit 7b3b98d

Please sign in to comment.