mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
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:
@@ -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"> </div>
|
||||
<div id="activity"> </div>
|
||||
|
||||
<div class="list-group-item" style="background-color: #eee;"> </div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user