update tooltip postion

pull/3833/head
ryestew 1 year ago
parent b1a5709074
commit 43901f050c
  1. 2
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -387,7 +387,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
<CustomTooltip
tooltipId="debuggerGenSourceCheckbox"
tooltipText={<FormattedMessage id='debugger.debugWithGeneratedSources' />}
placement="top-start"
placement="bottom-start"
>
{customJSX}
</CustomTooltip>

Loading…
Cancel
Save