forked from Archives/Athou_commafeed
fix #27
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
/* tree*/
|
/* tree*/
|
||||||
.sidebar-nav-fixed {
|
.sidebar-nav-fixed {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-treeview {
|
.css-treeview {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div ng-include="'templates/_subscribe.html'"></div>
|
<div ng-include="'templates/_subscribe.html'"></div>
|
||||||
<div ng-include="'templates/_tree.html'"></div>
|
<div ng-include="'templates/_tree.html'"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="span10">
|
<div class="span10 offset2">
|
||||||
<div class="toolbar" ng-include="'templates/_toolbar.html'"></div>
|
<div class="toolbar" ng-include="'templates/_toolbar.html'"></div>
|
||||||
<div class="entryList">
|
<div class="entryList">
|
||||||
<div ui-view></div>
|
<div ui-view></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user