diff --git a/client/style.css b/client/style.css index 0b4fc76..e73c29b 100644 --- a/client/style.css +++ b/client/style.css @@ -275,15 +275,15 @@ body { } } -/* Room Code Banner */ +/* Room Code Banner - positioned top-left to avoid auth bar overlap */ .room-code-banner { position: fixed; top: 0; - right: 0; + left: 0; z-index: 100; background: linear-gradient(135deg, rgba(244, 164, 96, 0.9) 0%, rgba(230, 140, 70, 0.95) 100%); padding: 10px 15px; - border-radius: 0 0 0 12px; + border-radius: 0 0 12px 0; display: flex; align-items: center; gap: 10px;