mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: scrolling UI
This commit is contained in:
@@ -144,7 +144,7 @@ const handleSubmit = async () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<form
|
<form
|
||||||
class="flex flex-col gap-4 max-h-[calc(100vh-200px)] overflow-x-scroll"
|
class="flex flex-col px-4 -mx-4 gap-4 max-h-[calc(100vh-200px)] overflow-y-scroll"
|
||||||
@submit.prevent="handleSubmit"
|
@submit.prevent="handleSubmit"
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Reference in New Issue
Block a user