Skip to content

Commit e926022

Browse files
authored
docs: add disabledOverflow prop
solution to https://www.cnblogs.com/luyifo/articles/18064051
1 parent c1b586d commit e926022

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ ReactDOM.render(
229229
<th>24</th>
230230
<td>Padding level multiplier. Right or left padding depends on param "direction".</td>
231231
</tr>
232+
<tr>
233+
<td>disabledOverflow</td>
234+
<td>Boolean</td>
235+
<th>false</th>
236+
<td>Disable overlow in horizontal mode.</td>
237+
</tr>
232238
</tbody>
233239
</table>
234240

0 commit comments

Comments
 (0)