mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
fix: scrolling UI
This commit is contained in:
@@ -144,7 +144,7 @@ const handleSubmit = async () => {
|
||||
|
||||
<template>
|
||||
<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"
|
||||
>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user