index.less 212 B

123456789101112
  1. .ant-mask {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. z-index: 0;
  8. background-color: rgba(0, 0, 0, 0.55);
  9. width: 300vw;
  10. height: 300vh;
  11. transform: translate3d(-100vw, -100vh, 0);
  12. }