Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jace-roell committed Feb 6, 2024
1 parent d9e317f commit e64a4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

6 changes: 2 additions & 4 deletions blackjack.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,15 @@
display: none;
}
#chat-container {
position: absolute;
top: 10px;
left: 10px;
position: static; /* Revert to static positioning */
margin-top: 20px; /* Adjust margin-top to create space below the leaderboard */
background-color: #333;
padding: 10px;
border-radius: 10px;
width: 300px;
height: 300px;
color: white;
overflow-y: auto;
z-index: 1; /* Ensure the chat container stays above other content */
}
#chat-messages {
max-height: 230px;
Expand Down

0 comments on commit e64a4e5

Please sign in to comment.