overlay.scss 150 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
zhanghaozhe committed
8
    z-index: 999;
zhanghaozhe committed
9
}