Home > Software design >  I can't click a button because of overlapping padding
I can't click a button because of overlapping padding

Time:06-13

I am making tooltip using antd library. I needed to override some styles and now I have a problem.

I can't click on children because of overlapping padding of tooltip. I tried set z-index but it does not helps

I do not think pasting the code is a good idea because antd library add some extra styles and my code will not be reliable enough

Here is link to codesandbox: Try to click on button.

enter image description here

  • Related