fix z-index issue with modals for popovers,tooltips,and dropdowns
This commit is contained in:
parent
c2c02d104c
commit
12d3c2fe74
7 changed files with 29 additions and 38 deletions
|
|
@ -748,12 +748,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>z-index</td>
|
||||
<td>number</td>
|
||||
<td>1020</td>
|
||||
<td>The tooltips z-index value</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="alert alert-info">
|
||||
|
|
@ -860,12 +854,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>z-index</td>
|
||||
<td>number</td>
|
||||
<td>1010</td>
|
||||
<td>The popovers z-index value</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="alert alert-info">
|
||||
|
|
@ -1086,7 +1074,7 @@ $('#my-alert').bind('closed', function () {
|
|||
<div class="span9 columns">
|
||||
<h2>Example accordion</h2>
|
||||
<p>Using the collapse plugin, we built a simple accordion style widget:</p>
|
||||
|
||||
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<div class="accordion-heading">
|
||||
|
|
@ -1126,7 +1114,7 @@ $('#my-alert').bind('closed', function () {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
<h2>Using bootstrap-collapse.js</h2>
|
||||
<p>Enable via javascript:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue