* {
  box-sizing: border-box;
}

html,
body,
#SPA-ROOT {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.crawler-scripts-editor {
  height: 100% !important;
  max-height: none !important;
  box-sizing: border-box !important;
}
