Subversion Repositories oidplus

Rev

Rev 597 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 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
}
679 daniel-mar 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
}
597 daniel-mar 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
}