mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 03:07:57 +11:00
Fixed black bar underneath message input box
This commit is contained in:
parent
bf7ac09d70
commit
2235114f7d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
>
|
||||
<v-card
|
||||
class="d-flex flex-column-reverse fill-height rounded-0 mb-n3 chat-col"
|
||||
style="overflow: auto; height: calc(100vh - 24px - 40px)"
|
||||
style="overflow: auto; height: calc(100vh - 52px)"
|
||||
color="card"
|
||||
elevation="0"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue