-
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
May 16, 2021
Replies: 1 comment 4 replies
-
This happens because of z-index collision (ActionIcon has higher z-index value in your rendering context), to avoid that render drawer inside portal – https://mantine.dev/core/drawer/#usage-with-portal |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
rtivital
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens because of z-index collision (ActionIcon has higher z-index value in your rendering context), to avoid that render drawer inside portal – https://mantine.dev/core/drawer/#usage-with-portal