.feedPopup {
  position: absolute;
  right: 0;
  z-index: 5;
  width: 20em;
  height: 35em;
  border-radius: 0.5em;
  background-color: whitesmoke;
  color: gray;
  box-shadow: 3px 3px 30px 1px gray;
  overflow-x: hidden;
  overflow-y: auto;
}

.feedPopup::-webkit-scrollbar {
  display:none;
}