I have a common activatable widget stack widget which handles widget pushing. It has a root widget class (wbp_menu), which has some buttons. One of those pushes another widget (wbp_prompt) to the stack. However, when this happens the previous widget in the stack (in this case wbp_menu) is hidden.
Is there a way to make sure that the other widgets below the top one aren’t hidden (bonus: but don’t take any inputs or focus)?