CSS Media Query Overflow

@media (overflow-block: scroll) {
  p {
    color: red;
  }
}
Disturbed Dunlin