_main.scss 265 B

123456789101112131415
  1. @use "sass:map";
  2. .ui-editor-main {
  3. filter: var(--editor-menu-filter);
  4. position: fixed;
  5. top: var(--editor-head-height);
  6. left: 0;
  7. right: 0;
  8. bottom: 0;
  9. pointer-events: none;
  10. z-index: 4000;
  11. }
  12. [is-mobile] .ui-editor-main {
  13. top:0;
  14. }