fix: tooltip doesn't stay open

This commit is contained in:
Nikola Ubavic 2022-10-24 18:10:24 +02:00 committed by Rafael
parent 09df11e7a9
commit 52a3d4cf81
22 changed files with 269 additions and 52 deletions

View file

@ -6,7 +6,7 @@ import React from 'react'
import ErrorMessage from 'src/components/ErrorMessage'
import Stepper from 'src/components/Stepper'
import { HoverableTooltip } from 'src/components/Tooltip'
import { HelpTooltip } from 'src/components/Tooltip'
import { Button } from 'src/components/buttons'
import { Cashbox } from 'src/components/inputs/cashbox/Cashbox'
import { NumberInput, RadioGroup } from 'src/components/inputs/formik'
@ -245,12 +245,12 @@ const WizardStep = ({
classes.centerAlignment
)}>
<P>Since previous update</P>
<HoverableTooltip width={215}>
<HelpTooltip width={215}>
<P>
Number of bills inside the cash box, since the last
cash box changes.
</P>
</HoverableTooltip>
</HelpTooltip>
</div>
<div
className={classnames(