mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
fix: h-full
This commit is contained in:
parent
4a2b64cc7c
commit
ce5b7e310e
@ -99,10 +99,10 @@ useInfiniteScroll(messageListRef, useThrottleFn(fetchMore, 1000), {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="relative">
|
||||
<div class="relative h-full">
|
||||
<ul
|
||||
ref="messageListRef"
|
||||
class="px-4 pt-4 flex flex-col-reverse pb-60 bg-n-background overflow-scroll h-screen"
|
||||
class="px-4 pt-4 flex flex-col-reverse pb-60 bg-n-background overflow-scroll h-full"
|
||||
>
|
||||
<div
|
||||
v-if="isAnyoneTyping"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user