Replies: 1 comment 2 replies
-
When both your dialog and tour step have the same The setting was introduced in v10.2.0 which requires at least |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing an issue using tour with Angular Material dialogs. Specifically, the tour step appears behind the dialog's backdrop, making it invisible even though I've tried increasing its z-index and tried different CSS overrides but without success.
This happens when I set
backdropConfig.zIndex: 1001
. The reason I do that is because without it, there is no backdrop at all and then the "Name" field is not highlighted.I am currently using version 9.x with Angular 14.x
Beta Was this translation helpful? Give feedback.
All reactions