Skip to content

Commit fe5cf72

Browse files
committed
Update modal settings in doc
1 parent 7bf6998 commit fe5cf72

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

server/documents/modules/dimmer.html.eco

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ themes : ['Default']
452452
</thead>
453453
<tbody>
454454
<tr>
455-
<td>opacity</td>
456-
<td class="six wide">auto</td>
457-
<td>Dimmers opacity from 0-1. Defaults to <code>auto</code> which uses the CSS specified opacity.</td>
455+
<td>useFlex</td>
456+
<td class="six wide">true</td>
457+
<td>Whether dimmers should use flex or legacy positioning</td>
458458
</tr>
459459
<tr>
460460
<td>variation</td>

server/documents/modules/modal.html.eco

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,11 @@ themes : ['Default', 'Material']
844844
<td>true</td>
845845
<td>If set to false will prevent the modal from being moved to inside the dimmer</td>
846846
</tr>
847+
<tr>
848+
<td>useFlex</td>
849+
<td>'auto'</td>
850+
<td>Auto will automatically use flex in browsers that support absolutely positioned elements inside flex containers. Setting to true/false will force this setting for all browsers.</td>
851+
</tr>
847852
<tr>
848853
<td>autofocus</td>
849854
<td>true</td>

0 commit comments

Comments
 (0)