diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-07-08 23:41:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-08 23:41:09 +0900 |
| commit | 313afbd6db2c6a842670fb5202d1a8842d51c290 (patch) | |
| tree | 418930eb0109791b1be5301b64eea986c108caca /src/client | |
| parent | Add locales (diff) | |
| download | misskey-313afbd6db2c6a842670fb5202d1a8842d51c290.tar.gz misskey-313afbd6db2c6a842670fb5202d1a8842d51c290.tar.bz2 misskey-313afbd6db2c6a842670fb5202d1a8842d51c290.zip | |
Update messaging-room.vue
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/messaging-room.vue | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/app/common/views/components/messaging-room.vue b/src/client/app/common/views/components/messaging-room.vue index b2831d6928..291971d4df 100644 --- a/src/client/app/common/views/components/messaging-room.vue +++ b/src/client/app/common/views/components/messaging-room.vue @@ -255,7 +255,8 @@ root(isDark) width 100% max-width 600px margin 0 auto - flex 1 + flex 1 1 0 + overflow-y auto > .init width 100% @@ -341,10 +342,6 @@ 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 |