Currently, my application has a popup modal, which adds a slight opacity to the background when is open. This is done using position: fixed and z-index: 1000<
position: fixed
z-index: 1000<