diff options
Diffstat (limited to 'client-web/style/chat.sass')
-rw-r--r-- | client-web/style/chat.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index 8f19358..ed2b494 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -25,7 +25,7 @@ .messages flex: 1 width: 100% - overflow: scroll + overflow: auto .controls flex: 0 |