The issue #385 showed a broken effect in the "Hero Video Dialog".
After further investigation, I found that the mask linear gradient causes the issue when appended to the className of the parent div element.
To solve this issue, I added a maskGradient attribute that takes a mask CSS gradient as input, and adds it to the second div parent element which makes the dialog work perfectly despite having the gradient.
The issue #385 showed a broken effect in the "Hero Video Dialog".
After further investigation, I found that the mask linear gradient causes the issue when appended to the className of the parent div element.
To solve this issue, I added a maskGradient attribute that takes a mask CSS gradient as input, and adds it to the second div parent element which makes the dialog work perfectly despite having the gradient.
Screenshots after code update: