.custom-alert {
  height: 150px; /* Adjust the height as needed */
  overflow: auto; /* This will add a scrollbar if the content overflows */
}