mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
fix z-index issue with modals for popovers,tooltips,and dropdowns
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user