@rash2x/bridge-widget 0.1.17 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1353,7 +1353,7 @@ const TokenSelectModal = ({
1353
1353
  [groupedTokens.willChangeSrcChain]
1354
1354
  );
1355
1355
  const hasNoResults = tokensToRender.length === 0 && willChangeSrcTokens.length === 0;
1356
- return /* @__PURE__ */ jsx(Dialog, { open: isOpen, onOpenChange: (open) => !open && handleClose(), children: /* @__PURE__ */ jsxs(DialogContent, { className: "!h-[90dvh] overflow-hidden flex flex-col", children: [
1356
+ return /* @__PURE__ */ jsx(Dialog, { open: isOpen, onOpenChange: (open) => !open && handleClose(), children: /* @__PURE__ */ jsxs(DialogContent, { className: "h-[90dvh] max-h-dvh overflow-hidden flex flex-col", children: [
1357
1357
  /* @__PURE__ */ jsx(DialogHeader, { children: /* @__PURE__ */ jsx(DialogTitle, { children: t2("bridge.selectToken") }) }),
1358
1358
  /* @__PURE__ */ jsx(
1359
1359
  SearchInput,