html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

body.login-locked {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
