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