I am trying to implement a modal with overlay. Modals can be nested, it is possible to open one modal from another. Overlay background should be stackable (should not make view behind darker with every new modal). I am trying to implement a modal with overlay.