@media only screen and (max-height: 820px) {

    aside {
        overflow: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    aside::-webkit-scrollbar {
        display: none;
      }
}