.header-side {
  float: left;
  width: 250px;
  height: 100vh;
  min-height: 400px;
  overflow: auto;
  background: var(--color-bg);
  padding: 30px;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
}

