diff --git a/index.html b/index.html index 3f46430..280c24c 100644 --- a/index.html +++ b/index.html @@ -29,11 +29,12 @@ justify-content: center; min-height: 100vh; margin: 0; + flex-direction: column; } .page { display: none; text-align: center; - width: 80%; + width: 100%; max-width: 600px; padding: 20px; border-radius: 10px; @@ -66,7 +67,7 @@ border-color: var(--primary-neon); text-shadow: var(--neon-shadow-text); } - input[type="email"], input[type="text"], input[type="tel"], textarea { + input[type="email"], input[type="text"], input[type="tel"], input[type="number"], textarea { width: calc(100% - 40px); padding: 10px; border-radius: 5px; @@ -164,7 +165,7 @@ } 95% { box-shadow: var(--neon-shadow); - border-color: var(--primary-neon); + border-color: var (--primary-neon); } 95.01% { box-shadow: none; @@ -216,6 +217,7 @@ display: none; flex-direction: column; z-index: 40; /* Ensures it is above the chat button */ + overflow-y: scroll; /* Enable scrolling */ } .live-chat-popup.active { display: flex; @@ -282,23 +284,27 @@

Choose your avatar

- Avatar 1 - Avatar 2 - Avatar 3 - Avatar 4 +
- +
+

Set Default Bet Size

+ + +
+ +
+

Your Balance: $0

5
LIVE
- - + +
@@ -314,6 +320,8 @@