Update messaging-room.vue
This commit is contained in:
parent
8b3cb850a5
commit
313afbd6db
1 changed files with 2 additions and 5 deletions
|
@ -255,7 +255,8 @@ root(isDark)
|
||||||
width 100%
|
width 100%
|
||||||
max-width 600px
|
max-width 600px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
flex 1
|
flex 1 1 0
|
||||||
|
overflow-y auto
|
||||||
|
|
||||||
> .init
|
> .init
|
||||||
width 100%
|
width 100%
|
||||||
|
@ -341,10 +342,6 @@ root(isDark)
|
||||||
background isDark ? #191b22 : #fff
|
background isDark ? #191b22 : #fff
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
position -webkit-sticky
|
|
||||||
position sticky
|
|
||||||
z-index 2
|
|
||||||
bottom 0
|
|
||||||
width 100%
|
width 100%
|
||||||
max-width 600px
|
max-width 600px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
|
Loading…
Reference in a new issue