ngx-joyride icon indicating copy to clipboard operation
ngx-joyride copied to clipboard

Can we have border-radius to the highlighted element?

Open BharatGK opened this issue 5 years ago • 2 comments

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

BharatGK avatar May 29 '19 07:05 BharatGK

How you achevied border radius for model?

vijhhh2 avatar Aug 05 '19 09:08 vijhhh2

@vijhhh2 I could do that with thiis code in global css

.joyride-step__container {
  border-radius: 10px !important;
}

chimuu avatar Aug 07 '19 10:08 chimuu