diff --git a/apps/web/src/components/nav/ActivePlayersList.tsx b/apps/web/src/components/nav/ActivePlayersList.tsx index b6cf3efb..dff9f84b 100644 --- a/apps/web/src/components/nav/ActivePlayersList.tsx +++ b/apps/web/src/components/nav/ActivePlayersList.tsx @@ -278,6 +278,8 @@ export function ActivePlayersList({ letterSpacing: '0.5px', textShadow: '0 2px 4px rgba(0,0,0,0.2)', marginTop: '-2px', + position: 'relative', + zIndex: 10, }} > Your turn diff --git a/apps/web/src/components/nav/NetworkPlayerIndicator.tsx b/apps/web/src/components/nav/NetworkPlayerIndicator.tsx index d88c2661..ecd6d4bd 100644 --- a/apps/web/src/components/nav/NetworkPlayerIndicator.tsx +++ b/apps/web/src/components/nav/NetworkPlayerIndicator.tsx @@ -289,6 +289,8 @@ export function NetworkPlayerIndicator({ letterSpacing: '0.5px', textShadow: '0 2px 4px rgba(0,0,0,0.2)', marginTop: '-2px', + position: 'relative', + zIndex: 10, }} > Their turn