I have a css overlay where the developer created a modal window
.modal__overlay {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
Can I make background inert (tab should not work in background. It should only work in overlay screen) This app is developed in angular 6