Fix sidebar scrolling

This commit is contained in:
Naoki Takezoe
2016-07-02 02:01:51 +09:00
parent 437f944c6e
commit 509dfc57ca

View File

@@ -40,7 +40,8 @@
} }
<script src="@assets/vendors/AdminLTE-2.2.3/js/app.js" type="text/javascript"></script> <script src="@assets/vendors/AdminLTE-2.2.3/js/app.js" type="text/javascript"></script>
</head> </head>
<body class="skin-blue fixed"> <body class="skin-blue">
<div class="wrapper">
<header class="main-header"> <header class="main-header">
<a href="@path/" class="logo"> <a href="@path/" class="logo">
<img src="@assets/common/images/gitbucket.png" style="width: 24px; height: 24px; display: inline;"/> <img src="@assets/common/images/gitbucket.png" style="width: 24px; height: 24px; display: inline;"/>
@@ -103,6 +104,7 @@
</nav> </nav>
</header> </header>
@body @body
</div>
<script> <script>
$(function(){ $(function(){
$('#search').submit(function(){ $('#search').submit(function(){