Skip to content

Commit 2ea6fae

Browse files
committed
fix: add horizontal scroll for wide tables
1 parent 1d7bcd4 commit 2ea6fae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/global.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ html.dark .terminal-wrapper .top-bar {
179179
}
180180
}
181181

182+
/* Table containers - horizontal scroll on mobile */
183+
.prose table {
184+
display: block;
185+
overflow-x: auto;
186+
}
187+
182188
/* Code block containers */
183189
.prose pre,
184190
pre.astro-code {

0 commit comments

Comments
 (0)