Skip to content

Commit da204a2

Browse files
authored
Merge pull request #2345 from hsiehjack/bug-2007
Fix scroll for long table
2 parents e11a68a + 7716880 commit da204a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/components/markdown.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ table
257257
display block
258258
width 100%
259259
margin 0 0 1em
260+
overflow-x auto
260261
thead
261262
tr
262263
background-color tableHeadBgColor

0 commit comments

Comments
 (0)