update tooltip postion

pull/5370/head
ryestew 2 years ago
parent dff88b62f9
commit 7c194ccc9a
  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