/* ----------- Responsive mobile ----------- */
@media (max-width: 600px) {
  #grid-canvas {
    width: 100vw;
    min-width: 100vw;
    left: 0;
    right: 0;
    margin: 0;
    box-sizing: border-box;
  }
  #welcome-modal, #compute-modal {
    width: 100vw;
    height: 100vh;
  }
  #body {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  html{
    overflow-x: hidden;
    overflow-y: hidden;
  }
  #version-indicator{
    display:none;
  }
  #user-icon {
    display:flex;
  }
  header{
    min-height: unset;
    height: 40px;
  }
  main{
    top:56px
  }
}
