.specsList {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  min-width: 150px;

  background: white;
  z-index: 0;
}
