提交 9ffad71b 编写于 作者: A Abdullah Almsaeed

Fixed h2 issue that caused inability to click links

上级 993aff4e
<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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册