Tables that scroll on phones
Wide tables in posts and pages scroll sideways on small screens instead of breaking the layout.
.entry-content table,
.wp-block-post-content table,
.wp-block-table table {
display: block;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.wp-block-table {
overflow-x: auto;
}
In these packs
- Design touches: Small front-end touches: a reading progress bar, an announcement bar, a WhatsApp button, accessibility fixes.