Make only messages scroll
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m54s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m54s
This commit is contained in:
@@ -80,9 +80,9 @@ onUnmounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex-col flex">
|
<div class="flex-col flex h-full overflow-hidden">
|
||||||
<Header>Chat</Header>
|
<Header>Chat</Header>
|
||||||
<div class="flex-col flex flex-1">
|
<div class="flex-col flex min-h-0 flex-1">
|
||||||
<div
|
<div
|
||||||
ref="messagesContainer"
|
ref="messagesContainer"
|
||||||
class="flex flex-col flex-1 overflow-y-auto p-2"
|
class="flex flex-col flex-1 overflow-y-auto p-2"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ import Consumption from "./Consumption.vue";
|
|||||||
<div
|
<div
|
||||||
class="flex flex-col background-children border-children gap-2"
|
class="flex flex-col background-children border-children gap-2"
|
||||||
>
|
>
|
||||||
<Chat class="h-306 overflow-y-scroll" />
|
<Chat class="h-306" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Miku class="border-tertiary border bg-bg_secondary" />
|
<Miku class="border-tertiary border bg-bg_secondary" />
|
||||||
|
|||||||
Reference in New Issue
Block a user