/* FlowEdit table wrapper: wide tables scroll horizontally on small
   screens instead of breaking the layout. The wrapper is emitted by
   TableWrapper::wrap() at render time (see flow-edit.php). */

.flow-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.flow-table-scroll:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
