React-joyride: Gray background V2

Created on 3 May 2018  路  11Comments  路  Source: gilbarbara/react-joyride

In some blocks i have gray background, but in other blocks with same background colors i don't (see image below), it seems strange. Do you have any idea what may cause this issue?

Without overlay
image

With overlay
image

Most helpful comment

I solved it by setting white background on ReactTable, before no background color was set.

All 11 comments

What do you mean with a gray background? The overlay?
I couldn't understand what's going on with the image you sent. Is it correct or not?
Maybe you're targeting the wrong element? Can you post an example in codesandbox?

I updated images, now the problem should be more clear. I have tried to change backround-color of my page to other color, but result the same. It worked great in V1, will try to reproduce it in codesandbox

Please try to update to 2.0.0-10 and let me know if it works

Still reproduced with 2.0.0-10. have tried to reproduce behavor in codesandbox, but couldn't

It's impossible to know what is going on without seeing some code.

Review your steps and make sure you are not setting options you don't need to.

If you can reproduce this behavior on codesandbox, reopen the issue.

I had the same problem. In my case, it is when using react-joyride on react-table. I think it is a CSS issue.
I managed to replicate error: https://codesandbox.io/s/o5q6rnrz1q
It is grey in Chrome but displays correctly in Firefox.

@michalkow Feel free to submit a PR

I am not that familiar with the CSS to solve the issue on my own. From what I understand overlay is using mix-blend-mode: hard-light; to display white spotlight? Can the way it is handled by different browsers be the issue?

@michalkow I really can't say. It seems like a weird interaction with form elements. Or the way react-table render things.

I solved it by setting white background on ReactTable, before no background color was set.

Nice, I will try to understand if it's a requirement to mix-blend-mode and add to the FAQ.
Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kAleksei picture kAleksei  路  5Comments

monsieurnebo picture monsieurnebo  路  4Comments

snlhnk picture snlhnk  路  5Comments

msalsas picture msalsas  路  3Comments

pokonski picture pokonski  路  3Comments