.white-popup,
.popup-widget {
    width: 95%;
}

.widget-container::-webkit-scrollbar {
  width: 4px;
  display: none;
}

.widget-container::-webkit-scrollbar-track {
  background: #fff;
}

.widget-container::-webkit-scrollbar-thumb {
  background: #ddd;
}