Using a custom date picker component causes enable backdrop to fail #132
Answered
by
hakimio
NFurkanSahin
asked this question in
Q&A
-
Using a datepicker component causes the pattern above. I've tried turning of view encapsulation but it didnt work. |
Beta Was this translation helpful? Give feedback.
Answered by
hakimio
Jun 19, 2023
Replies: 1 comment 1 reply
-
You can try to use {
backdropConfig: {
zIndex: '9999'
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NFurkanSahin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try to use
backdropConfig.zIndex
to solve this: