Merge pull request #3833 from ethereum/genDebugTipMove

Debugger generated sources tooltip update tooltip postion
pull/3829/head
yann300 1 year ago committed by GitHub
commit 38300eb0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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