.scrollable-col .fl-col-content {
  max-height: 120vh;
  overflow-x: scroll;
}
.scrollable-col .fl-col-content::-webkit-scrollbar {
  width: 20px;
}
.scrollable-col .fl-col-content::-webkit-scrollbar-thumb {
  background: rgb(189, 189, 189);
}