diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/ui/Chat.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Chat.css b/vnext/src/ui/Chat.css index 520a5c9b..1ea35840 100644 --- a/vnext/src/ui/Chat.css +++ b/vnext/src/ui/Chat.css @@ -2,7 +2,7 @@ box-sizing: border-box; padding: 0 20px; overflow-y: auto; - height: 450px; + height: 100%; display: flex; flex-direction: column-reverse; width: 100%; |