abartolo
abartolo
@harryhow in case you meant a div with a background image on top of the video. Just increase the Z-index of that div to be above the video.
Any update if this will be considered/merged soon?
disregard my comment above - my clipping was resolved by adding `margin` to the as seen in the demo https://recharts.org/en-US/examples/CustomizedDotLineChart ``` ```
I am also having this issue. However my use case is different. For example I have an extra option called 'Create a new team' which when selected performs another task...
@tanmaybhatt Hey any luck on a possible workaround?
@tanmaybhatt Thanks for the detailed explanation. I was hoping we didn't need to modify the library. However I did find that this component is storing its value and using the...
@reddo Thanks for the video. This is also happening to me. Any luck finding a workaround?
@n4kz Hi, any idea when the PR from @matteodanelli might get accepted?
I am seeing the same when I navigate using useNavigate hook. ``` const navigate = useNavigate({ from: Route.fullPath, }); const openDrawer = (id: string) => { navigate({ search: (prev) =>...