Vitaly Rtishchev
Vitaly Rtishchev
There was a migration in 5.0 related to Stepper.Step rendering and previous styling logic did not work, so I had to modify it a little but forgot about this use...
Fixed in 5.1.5, thanks for reporting!
Added in 5.1.5, `getHotkeyHandler` now can be added to any dom node with `.addEventListener` – https://mantine.dev/hooks/use-hotkeys/#targeting-elements
Fixed in 5.1.4
Fixed in 5.1.4
I can confirm that the above method works well, thanks @ercgrat! You can find tooltip test here – https://github.com/mantinedev/mantine/blob/master/src/mantine-core/src/Tooltip/Tooltip.test.tsx#L63:L75 ```tsx it('shows tooltip when target element is hovered', async () =>...
Hi @thivy, please provide a codesandbox ([template](https://codesandbox.io/s/mantine-template-9ze89?file=/src/App.tsx:0-6)) with [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). It is not possible to identify the issue without reproduction.
No, I still do not see the issue, Menu component does not scroll anything when used on mantine.dev docs.
If you can provide a sandbox we can try figuring out how to fix that on library level, we cannot start working on the issue without reproduction.
Great, thanks for reprodcution!