BurgerBuilder/src/components/UI/Backdrop/Backdrop.css

9 lines
154 B
CSS

.Backdrop {
width: 100%;
height: 100%;
position: fixed;
z-index: 100;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
}