aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-07-09 17:22:38 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitdc07705da5834ccbb8b7aa8f2cf88d279f5830f4 (patch)
tree908ee9852b187877c9177337a504b6ec7bdebff8 /vnext/src
parente4c15d834b7d821ff49f40a2ae29336344e75ce3 (diff)
disable scroll in PMs for now
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/ui/Chat.css2
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%;