index.less 231 B

123456789101112
  1. .worksBox {
  2. .comment_section {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. z-index: 9999;
  9. background: rgba(0, 0, 0, .3);
  10. overflow: hidden;
  11. }
  12. }