fix: prevent ellipses from showing through member dropdown menu (#352)

This commit is contained in:
Henry
2026-02-02 20:05:53 +00:00
committed by GitHub
parent 2269d23c94
commit 0d3d9a358f
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ export default function MembersPage() {
</div>
<div
className={twMerge(
"relative z-50",
"relative",
(workspace.role !== "admin" || showSkeleton) && "hidden",
)}
>