Skip to content

Commit

Permalink
fix non clickable guest buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensmach committed Jun 23, 2024
1 parent 22068c5 commit 8945e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/scoreboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
position: relative;
top: -6em;
float: right;
z-index: 20;
}
#out {
top: -12em;
Expand All @@ -44,6 +45,7 @@
position: relative;
top: -6em;
left: 40%;
z-index: 10;
}
#reset {
top: -10em;
Expand Down

0 comments on commit 8945e8e

Please sign in to comment.