From f661e06582ee8594978336ee22a9007fca9f1537 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:41:27 +0530 Subject: [PATCH] [WEB-4480]fix: full screen modals (#7392) --- .../core/components/command-palette/shortcuts-modal/modal.tsx | 4 ++-- .../components/core/modals/existing-issues-list-modal.tsx | 4 ++-- apps/web/core/components/dropdowns/date.tsx | 2 +- apps/web/core/components/dropdowns/member/member-options.tsx | 2 +- apps/web/core/components/inbox/modals/select-duplicate.tsx | 4 ++-- apps/web/core/components/issues/archive-issue-modal.tsx | 4 ++-- apps/web/core/components/issues/confirm-issue-discard.tsx | 4 ++-- apps/web/core/components/issues/parent-issues-list-modal.tsx | 4 ++-- packages/ui/src/dropdowns/custom-menu.tsx | 4 ++-- packages/ui/src/dropdowns/custom-search-select.tsx | 2 +- packages/ui/src/modals/modal-core.tsx | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/apps/web/core/components/command-palette/shortcuts-modal/modal.tsx b/apps/web/core/components/command-palette/shortcuts-modal/modal.tsx index f4076db4c..0cf5f3ab9 100644 --- a/apps/web/core/components/command-palette/shortcuts-modal/modal.tsx +++ b/apps/web/core/components/command-palette/shortcuts-modal/modal.tsx @@ -25,7 +25,7 @@ export const ShortcutsModal: FC = (props) => { return ( - + = (props) => {
-
+
= (props) => { return ( <> setSearchTerm("")} appear> - + = (props) => {
-
+
= observer((props) => {
= observer((props: Props) => {
= (props) => { setQuery("")} appear>
- + = (props) => {
-
+
= (props) => { return ( - + = (props) => {
-
+
= (props) => { return ( - + = (props) => {
-
+
= ({ return ( <> setSearchTerm("")} appear> - + = ({
-
+
{ = (props) => { style={styles.popper} {...attributes.popper} className={cn( - "fixed z-[20] min-w-[12rem] overflow-hidden rounded-md border-[0.5px] border-custom-border-300 bg-custom-background-100 p-1 text-xs shadow-custom-shadow-lg", + "fixed z-30 min-w-[12rem] overflow-hidden rounded-md border-[0.5px] border-custom-border-300 bg-custom-background-100 p-1 text-xs shadow-custom-shadow-lg", "ring-1 ring-black ring-opacity-5", // Additional styling to make it stand out contentClassName )} diff --git a/packages/ui/src/dropdowns/custom-search-select.tsx b/packages/ui/src/dropdowns/custom-search-select.tsx index d26163e69..68fb90cb5 100644 --- a/packages/ui/src/dropdowns/custom-search-select.tsx +++ b/packages/ui/src/dropdowns/custom-search-select.tsx @@ -138,7 +138,7 @@ export const CustomSearchSelect = (props: ICustomSearchSelectProps) => {
= (props) => { return ( - handleClose && handleClose()}> + handleClose && handleClose()}> = (props) => {
-
+