.scui-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: width 0.15s linear;
  z-index: 0;
}
