vrizo / uibook

Lightweight tool for React components visual testing with media queries
MIT License
228 stars 6 forks source link

Popup message is below content #1

Closed hodovani closed 5 years ago

hodovani commented 5 years ago

I found that popup is below the header.

image

vrizo commented 5 years ago

Thanks for the bug report, @hodovani ! I'm going to increase z-index for Uibook elements.

vrizo commented 5 years ago

Fixed in https://github.com/vrizo/uibook/commit/db80746b4cbdf66907088cf96686a81fa5d230b7

Top layer has a larger z-index value than Case container now. Anyway it can't fix overlapping due to Custom Wrappers, but that's not a bug, we can't consider all possible wrappers.