* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

#root,body,html {
  height: 100%;
  overflow: hidden;
}

#root {
  display: flex
}