html {
  height: 100%;
}

html,
body,
#shell-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 0 auto;
  height: 100%;
}

#shell-wrapper {
  height: 100%;
}
