summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-15 01:07:17 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-15 01:07:17 +0900
commit28dcf8bc1e65e4ba4d0d0f936823a54fa170991c (patch)
tree2b4770a8f05aa7400bdd514c2a7b3a37be8bcc71 /src/client
parentMerge pull request #1906 from syuilo/imgbot (diff)
downloadsharkey-28dcf8bc1e65e4ba4d0d0f936823a54fa170991c.tar.gz
sharkey-28dcf8bc1e65e4ba4d0d0f936823a54fa170991c.tar.bz2
sharkey-28dcf8bc1e65e4ba4d0d0f936823a54fa170991c.zip
Revert "Update messaging-room.vue"
This reverts commit 313afbd6db2c6a842670fb5202d1a8842d51c290.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/messaging-room.vue7
1 files 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