Scroll asset list

This commit is contained in:
2016-11-09 15:31:25 +01:00
parent 2b70e362da
commit 087b02c906

View File

@@ -140,7 +140,7 @@ script.
// Set height of asset-list and item details so we can scroll inside them
$(window).on('load resize', function(){
var window_height = $(window).height() - 50; // header is 50px
$('#asset-list').css({'height': window_height});
$('#shot-list').css({'height': window_height});
$('#item-details').css({'height': window_height});
});
| {% endblock footer_scripts %}