/* Copyright (c) 2025 Jema Technology.
   Distributed under the license specified in the root directory of this project. */
/* Show only the text editor in print mode */


header, #sidebar, .cm-gutters, .cm-cursorLayer {
  display: none !important;
}

.cm-matchingBracket {
  border: none !important;
}

#window-container, #main-container {
    display: initial !important;
}

#editor {
    position: initial !important;
}

