From 28dcf8bc1e65e4ba4d0d0f936823a54fa170991c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 15 Jul 2018 01:07:17 +0900 Subject: [PATCH] Revert "Update messaging-room.vue" This reverts commit 313afbd6db2c6a842670fb5202d1a8842d51c290. --- src/client/app/common/views/components/messaging-room.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/client/app/common/views/components/messaging-room.vue b/src/client/app/common/views/components/messaging-room.vue index 291971d4df..b2831d6928 100644 --- a/src/client/app/common/views/components/messaging-room.vue +++ b/src/client/app/common/views/components/messaging-room.vue @@ -255,8 +255,7 @@ root(isDark) width 100% max-width 600px margin 0 auto - flex 1 1 0 - overflow-y auto + flex 1 > .init width 100% @@ -342,6 +341,10 @@ root(isDark) background isDark ? #191b22 : #fff > footer + position -webkit-sticky + position sticky + z-index 2 + bottom 0 width 100% max-width 600px margin 0 auto