mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed h2 issue that caused inability to click links
parent
993aff4e31
commit
9ffad71b0d
|
@ -1,7 +1,7 @@
|
|||
<section id='plugins'>
|
||||
<h2 class='page-header'><a href="#plugins">Plugins</a></h2>
|
||||
<p class="lead">AdminLTE makes use of the following plugins. For documentation, updates or license information, please visit the provided links.</p>
|
||||
<div class='row'>
|
||||
<div class='row bring-up'>
|
||||
<div class='col-sm-3'>
|
||||
<ul class="list-unstyled">
|
||||
<li><h4>Charts</h4></li>
|
||||
|
|
|
@ -2152,7 +2152,7 @@ AdminLTE/
|
|||
<section id='plugins'>
|
||||
<h2 class='page-header'><a href="#plugins">Plugins</a></h2>
|
||||
<p class="lead">AdminLTE makes use of the following plugins. For documentation, updates or license information, please visit the provided links.</p>
|
||||
<div class='row'>
|
||||
<div class='row bring-up'>
|
||||
<div class='col-sm-3'>
|
||||
<ul class="list-unstyled">
|
||||
<li><h4>Charts</h4></li>
|
||||
|
|
|
@ -4,8 +4,13 @@
|
|||
.content-wrapper p {
|
||||
padding: 0 10px;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
z-index: 30;
|
||||
}
|
||||
.bring-up {
|
||||
position: relative;
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
.content {
|
||||
z-index: 500;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue