Removed scrolling from activity.

With the changed UI, I don't think this is as needed.
Can control the height better by limiting the number of changes shown.
For more info, see how bitbucket do this.
This commit is contained in:
Tom Price
2015-05-26 00:05:28 +01:00
parent 229138723b
commit 84b74d373f

View File

@@ -48,7 +48,7 @@
<h4 class="list-group-item-heading" style="margin:0;">Recent Changes</h4>
</div>
<div id="activity" style="overflow-y: scroll; height: 500px">&nbsp;</div>
<div id="activity">&nbsp;</div>
<div class="list-group-item" style="background-color: #eee;">&nbsp;</div>
</div>