ngx-joyride
ngx-joyride copied to clipboard
Can we have border-radius to the highlighted element?
Hi folks, Can we set border-radius to the highlighted element i.e. backdrop-target(class name)? We need highlighted element having border-radius, but we fail to achieve it. If you guys have any solution or suggestion please do let us know! We can able to set the border radius to the model but not to the highlighted element.
Thanks and regards
How you achevied border radius for model?
@vijhhh2 I could do that with thiis code in global css
.joyride-step__container {
border-radius: 10px !important;
}