Propagate overflow to the table wrapper

Without that, tables with "overflow: auto" don't draw their borders.

Related to #582.
This commit is contained in:
Guillaume Ayoub 2018-03-04 22:47:39 +01:00
parent 8f725e24ad
commit 16ef163d83
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ TABLE_WRAPPER_BOX_PROPERTIES = set('''
margin_left
margin_right
opacity
overflow
position
right
top