.popovers-overflow {
  overflow: auto;
}
.popovers-overflow::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #e6e6e6;
}
.popovers-overflow::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
.popovers-overflow::-webkit-scrollbar-thumb:hover {
  background-color: #929292;
}
.popovers-overflow::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}
