diff options
author | Vitaly Takmazov | 2019-07-09 17:22:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | dc07705da5834ccbb8b7aa8f2cf88d279f5830f4 (patch) | |
tree | 908ee9852b187877c9177337a504b6ec7bdebff8 /vnext | |
parent | e4c15d834b7d821ff49f40a2ae29336344e75ce3 (diff) |
disable scroll in PMs for now
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%; |