/* Production SQL workspace: keep the CodeMirror viewport tied to its pane. */
.ws2-page-sql .ws2-editor-pane {
  overflow: hidden;
  resize: none;
}

.ws2-page-sql .ws2-editor-pane > .cm-theme-light,
.ws2-page-sql .ws2-editor-pane > .cm-theme-dark {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.ws2-page-sql .ws2-editor-pane .cm-editor,
.ws2-page-sql .ws2-editor-pane .cm-scroller {
  height: 100% !important;
  min-height: 0;
}

.ws2-page-sql .ws2-editor-pane .cm-scroller {
  overflow: auto !important;
}

.ws2-page-sql .ws2-editor-pane .cm-content {
  width: auto;
  min-width: max-content;
  max-width: none;
}