From e64a4e579459669ff797825520bc2c2c33b7b577 Mon Sep 17 00:00:00 2001 From: Jace Roell Date: Tue, 6 Feb 2024 18:09:50 -0500 Subject: [PATCH] Updates --- CNAME | 1 - blackjack.html | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 6f70416..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -jaceroell.dev \ No newline at end of file diff --git a/blackjack.html b/blackjack.html index aa0b528..9233cd0 100644 --- a/blackjack.html +++ b/blackjack.html @@ -196,9 +196,8 @@ 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; @@ -206,7 +205,6 @@ height: 300px; color: white; overflow-y: auto; - z-index: 1; /* Ensure the chat container stays above other content */ } #chat-messages { max-height: 230px;