diff options
Diffstat (limited to 'vnext/src/components/Chat.css')
-rw-r--r-- | vnext/src/components/Chat.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vnext/src/components/Chat.css b/vnext/src/components/Chat.css new file mode 100644 index 00000000..02c81ef7 --- /dev/null +++ b/vnext/src/components/Chat.css @@ -0,0 +1,9 @@ +.Chat_messages { + box-sizing: border-box; + padding: 0 20px; + overflow-y: auto; + height: 450px; + display: flex; + flex-direction: column-reverse; + width: 100% +}
\ No newline at end of file |