diff --git a/css/chat.css b/css/chat.css index 616e0e3..968a4ff 100644 --- a/css/chat.css +++ b/css/chat.css @@ -13,6 +13,7 @@ .chat-box { width: 90%; + min-height: 20px; max-height: 50vh; overflow-y: auto; background: #f5f5f5; @@ -21,6 +22,7 @@ border-radius: 8px; position: relative; z-index: 10; + display: none; } .chat-box.show { diff --git a/index.html b/index.html index 75eff51..4bf536c 100644 --- a/index.html +++ b/index.html @@ -53,10 +53,12 @@
- - + + +
- +