Hi, I’m building an Intellij plugin with compose and there is an issue when notifications are displayed.
You can see that notifications are displayed under the compose view. I use
SimpleToolWindowPanel
and
ComposePanel()
without setting background color (otherwise it hides completely the notification). It works normally if I use only Swing components.
Do you have any idea how to fix that ?