html,
body {
  background: #1e1e1e;
  overflow: hidden;
}

body,
#app {
  min-height: 100vh;
  background: #1e1e1e;
}

#app {
  position: relative;
  overflow: hidden;
}

#app > div:first-child {
  min-height: 100vh;
  background: #1e1e1e;
  overflow: hidden;
}

#workbench-container {
  background: #1e1e1e;
}