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;