Firefox fix for chat overflow

This commit is contained in:
Sam 2018-05-30 14:43:34 +10:00
parent b700526b07
commit 87ab4953b0
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@
</div>
</v-list>
</v-flex>
<v-flex xs12 style="position: relative; height: 50vh">
<v-flex xs12 style="position: relative; height: 50vh; max-height: 50vh">
<v-layout row wrap justify-space-around>
<v-flex style="height: calc(100% - 96px)">
<v-flex style="height: calc(100% - 96px); max-height: calc(100% - 96px)">
<v-divider></v-divider>
<v-subheader>Messages</v-subheader>
<v-list id="chatbox" style="overflow-y:auto; background: none; max-height: calc(100% - 48px);">