Merge pull request #1005 from siiddhantt/fix/modals-and-sidebar

fix: modals close on clicking outside
This commit is contained in:
Alex
2024-06-23 12:51:51 +01:00
committed by GitHub
3 changed files with 37 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ export default function Conversation() {
<div
onWheel={handleUserInterruption}
onTouchMove={handleUserInterruption}
className="flex h-[90%] w-full justify-center overflow-y-auto p-4 md:h-[84vh]"
className="flex h-[90%] w-full justify-center overflow-y-auto p-4 md:h-[83vh]"
>
{queries.length > 0 && !hasScrolledToLast && (
<button