scrolling!
This commit is contained in:
parent
147f34c1fd
commit
bc762a9413
6 changed files with 43 additions and 44 deletions
|
|
@ -3,6 +3,7 @@
|
|||
v-if="isMessage"
|
||||
class="chat-message-wrapper"
|
||||
:class="[classnames, { 'hovered-message-chain': hoveredMessageChain }]"
|
||||
:id="`chatmessage-${message.id}`"
|
||||
@mouseover="onHover(true)"
|
||||
@mouseleave="onHover(false)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue