editor-mask-web.css 369 B

12345678910111213141516171819202122232425
  1. .note-mask {
  2. all: initial;
  3. position: fixed;
  4. z-index: 2147483645;
  5. pointer-events: none;
  6. }
  7. .note-mask-moving {
  8. background-color: rgba(236, 234, 234, 0.5);
  9. }
  10. .page-mask {
  11. all: initial;
  12. position: fixed;
  13. top: 0;
  14. left: 0;
  15. width: 0;
  16. height: 0;
  17. z-index: 2147483646;
  18. }
  19. .page-mask-active {
  20. width: 100vw;
  21. height: 100vh;
  22. }