Fix: Firefoxでトークの下が隠れてしまう (#4974)

This commit is contained in:
MeiMei 2019-05-25 09:10:51 +09:00 committed by syuilo
parent 114803a86a
commit 69a916d506

View file

@ -300,17 +300,13 @@ export default Vue.extend({
<style lang="stylus" scoped>
.mk-messaging-room
display flex
flex 1
flex-direction column
height 100%
background var(--messagingRoomBg)
> .body
width 100%
max-width 600px
margin 0 auto
flex 1
min-height calc(100% - 103px)
> .init,
> .empty