ul#ui-id-2 {
  background-color: white;
  max-width: 200px;
  max-height: 70vh;
  padding-left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10000;
}
ul#ui-id-2 li {
  list-style-type: none;
  padding-left: 5px;
}
ul#ui-id-2 li:hover {
  background-color: #ff4518;
  color: white;
}