You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ngx-copilot with Angular 10.1. I use it to show two steps. After the last step, my code calls removeWrapper(). Still, ngx-copilot leaves some style code behind on my <html> element that wasn't there before the steps:
I'm using ngx-copilot with Angular 10.1. I use it to show two steps. After the last step, my code calls
removeWrapper()
. Still, ngx-copilot leaves somestyle
code behind on my<html>
element that wasn't there before the steps:This code leads to a scrollbar appearing. Once I remove the
style
code, the scrollbar disappears. See below for a sample.Is there a way for ngx-copilot to automatically remove the
style
code on my<html>
element?The text was updated successfully, but these errors were encountered: