Closed Posandu closed 3 years ago
Hi, thx for reporting. It's true this page has a problem. You can read this one if you prefer for now: https://djibe.github.io/material/docs/4.6/material/dialogs/
The table is obviously doing the damage.
@djibe replace this code for the first table
<thead><tr>
<th style="width: 100px;">Name</th>
<th style="width: 50px;">Type</th>
<th style="width: 50px;">Default</th>
<th>Description</th>
</tr></thead>
<tbody>
<tr>
<td>backdrop</td>
<td>boolean or the string <code>'static'</code>
</td>
<td>true</td>
<td>Includes a modal-backdrop element. Alternatively, specify <code>static</code><br> for a backdrop which doesn't close the modal on click.</td>
</tr>
<tr>
<td>keyboard</td>
<td>boolean</td>
<td>true</td>
<td>Closes the modal when escape key is pressed</td>
</tr>
<tr>
<td>focus</td>
<td>boolean</td>
<td>true</td>
<td>Puts the focus on the modal when initialized.</td>
</tr>
<tr>
<td>show</td>
<td>boolean</td>
<td>true</td>
<td>Shows the modal when initialized.</td>
</tr>
</tbody>
</table>
If you need it right now, better set .table td, .table th { white-space: normal; }
Will be online next week. Thanks a lot
@djibe The docs seems to show a horizontal scrollbar please hide it . It's distracting. See the image below.