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) => {
-
+