skin.shadowdom.css 866 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**
  2. * Copyright (c) Tiny Technologies, Inc. All rights reserved.
  3. * Licensed under the LGPL or a commercial license.
  4. * For LGPL see License.txt in the project root for license information.
  5. * For commercial licenses see https://www.tiny.cloud/
  6. */
  7. body.tox-dialog__disable-scroll {
  8. overflow: hidden;
  9. }
  10. .tox-fullscreen {
  11. border: 0;
  12. height: 100%;
  13. left: 0;
  14. margin: 0;
  15. overflow: hidden;
  16. -ms-scroll-chaining: none;
  17. overscroll-behavior: none;
  18. padding: 0;
  19. position: fixed;
  20. top: 0;
  21. touch-action: pinch-zoom;
  22. width: 100%;
  23. }
  24. .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  25. display: none;
  26. }
  27. .tox.tox-tinymce.tox-fullscreen {
  28. background-color: transparent;
  29. z-index: 1200;
  30. }
  31. .tox-shadowhost.tox-fullscreen {
  32. z-index: 1200;
  33. }
  34. .tox-fullscreen .tox.tox-tinymce-aux,
  35. .tox-fullscreen ~ .tox.tox-tinymce-aux {
  36. z-index: 1201;
  37. }