/*
 * This is a manifest file that'll be compiled into application.css.
 */

/* Hide scrollbar while preserving horizontal scroll (used in benefits banners) */
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
