Skip to content

Commit 5660be7

Browse files
authored
Merge pull request #583 from jasny/Mention_backdrop_option_in_docs
Mention backdrop option in docs
2 parents b9e2c03 + e9a3302 commit 5660be7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/javascript.html

+6
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ <h3>Options</h3>
195195
<td>true</td>
196196
<td>Disable scrolling when the off canvas element is shown, by setting overflow to hidden for the body.</td>
197197
</tr>
198+
<tr>
199+
<td>backdrop</td>
200+
<td>boolean</td>
201+
<td>false</td>
202+
<td>If backdrop should be shown when menu is opened, in modal-like style.</td>
203+
</tr>
198204
</tbody>
199205
</table>
200206

0 commit comments

Comments
 (0)