/* Admin channels page - prevent page scroll but allow table scroll */
.overflow-x-auto {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Prevent grid and flex items from causing overflow */
.grid, .flex {
  min-width: 0;
}
