Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
keep title and menu fixed while scrolling
Browse files Browse the repository at this point in the history
see #75
  • Loading branch information
sleidig committed Jan 28, 2016
1 parent 16062b3 commit 67d8538
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@


<!-- Main Page -->
<div id="page-wrapper" ng-view></div>
<div id="page-wrapper" ng-view autoscroll="true"></div>


<!-- Footer -->
9 changes: 7 additions & 2 deletions app/styles/sb-admin-2.scss
Original file line number Diff line number Diff line change
@@ -22,11 +22,16 @@ body {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
padding: 30px 30px;
border-left: 1px solid #e7e7e7;
}
}

.navbar {
position: fixed;
width: 100%;
}

.navbar-top-links {
margin-right: 0;
}
@@ -373,4 +378,4 @@ table.dataTable thead .sorting:after {

.panel-yellow a:hover {
color: #df8a13;
}
}

0 comments on commit 67d8538

Please sign in to comment.