#ui-container {
  height: 100%;
  width: 400px;
  display: flex;
  flex-flow: column nowrap;
  z-index: 10;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.90;
  border-left: 1px solid #ddd;
}
