Subversion Repositories oidplus

Rev

Rev 597 | View as "text/css" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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.   margin: 0;
  14.   overflow: hidden;
  15.   -ms-scroll-chaining: none;
  16.       overscroll-behavior: none;
  17.   padding: 0;
  18.   touch-action: pinch-zoom;
  19.   width: 100%;
  20. }
  21. .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  22.   display: none;
  23. }
  24. .tox.tox-tinymce.tox-fullscreen,
  25. .tox-shadowhost.tox-fullscreen {
  26.   left: 0;
  27.   position: fixed;
  28.   top: 0;
  29.   z-index: 1200;
  30. }
  31. .tox.tox-tinymce.tox-fullscreen {
  32.   background-color: transparent;
  33. }
  34. .tox-fullscreen .tox.tox-tinymce-aux,
  35. .tox-fullscreen ~ .tox.tox-tinymce-aux {
  36.   z-index: 1201;
  37. }
  38.