
#root-container {
  opacity: 0;
  transition: opacity 1s ease-in;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: relative;
}

#root-container.visible {
  opacity: 1;
}