diff --git a/src/styles/components/profile.css b/src/styles/components/profile.css index bcda9d50..d588498a 100644 --- a/src/styles/components/profile.css +++ b/src/styles/components/profile.css @@ -27,13 +27,13 @@ .profile-card-menu-wrapper { position: absolute; right: 1.25rem; - bottom: 1.25rem; + top: 1.25rem; } .profile-card-menu { position: absolute; right: 0; - bottom: calc(100% + 4px); + top: calc(100% + 4px); background: var(--color-bg-elevated); border: 1px solid var(--color-border-subtle); border-radius: 6px; @@ -92,6 +92,6 @@ .profile-card-menu-wrapper { right: 1rem; - bottom: 1rem; + top: 1rem; } }