Fix: Firefoxでトークの下が隠れてしまう (#4973)
This commit is contained in:
parent
dd5546690a
commit
b0a068e269
1 changed files with 1 additions and 5 deletions
|
@ -270,17 +270,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
|
||||
|
|
Loading…
Reference in a new issue