forked from FoundKeyGang/FoundKey
Fix: Firefoxでトークの下が隠れてしまう (#4974)
This commit is contained in:
parent
114803a86a
commit
69a916d506
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue