Navigation bar is overlap with the bubble view?
Opened this issue · 2 comments
parmarravi commented
joelshea commented
I am having the same issue.
joelshea commented
Just for others having this issue, it's actually a pretty simple fix. The BubblePicker is actually set specifically to be on top of everything else in the main constructor using setZOrderOnTop(true)
. You can change this to false
and everything will work as expected.