chainer / chainerui

ChainerUI: User Interface for Chainer
MIT License
170 stars 30 forks source link

Avoid overlapping of tooltip and another UI #225

Closed makky3939 closed 5 years ago

makky3939 commented 5 years ago

ref: #209

I added z-index for .recharts-tooltip-wrapper to avoid overlapping of the tooltip and another UI.

The z-index value doesn't have a specific meaning. We have to consider z-index management as a future plan.

before: 2018-11-20 08 30 47

after: 2018-11-20 08 30 35

ofk commented 5 years ago

LGTM!!!!!