#sysinfo_debug {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.4em;
  color: #282828;
  background-color: #ffd478;
  font-size: small;
  line-height: 1.125;

  div {
    display: none;
  }

  p {
    margin: 0.5em;
  }

  &:hover {
    height: auto;
    z-index: calc(infinity);

    div {
      display: block;
    }
  }
}
