We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get popupView background is black; It is not my mind; And i how to setup style with pupupView? Is lick this?
customPopupHtml = task => { return ` <style type="text/css"> .details-container { width: 160px; background: #fff; } </style> <div class="details-container"> <h5>${task.name}</h5> <p>Expected to finish by ${task._end}</p> <p>${task.progress}% completed!</p> </div> `; };
But the pupUpView bottom and top margin is still black!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get popupView background is black; It is not my mind; And i how to setup style with pupupView?
Is lick this?
But the pupUpView bottom and top margin is still black!
The text was updated successfully, but these errors were encountered: