fix: prevent template picker dropdown cut-off in compose form (#14129)

This commit is contained in:
Sivin Varghese
2026-04-22 17:13:26 +05:30
committed by GitHub
parent f12118a3c0
commit 475db85318
9 changed files with 154 additions and 124 deletions
@@ -24,9 +24,7 @@ const handleBack = () => {
</script>
<template>
<div
class="absolute top-full mt-1.5 max-h-[30rem] overflow-y-auto ltr:left-0 rtl:right-0 flex flex-col gap-4 px-4 pt-6 pb-5 items-start w-[28.75rem] h-auto bg-n-solid-2 border border-n-strong shadow-sm rounded-lg"
>
<div class="flex flex-col gap-4 px-4 pt-6 pb-5 items-start w-[28.75rem]">
<div class="w-full">
<ContentTemplateParser
:template="template"