From 087b02c90618d57be6e84969a5d6a924629d3fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 9 Nov 2016 15:31:25 +0100 Subject: [PATCH] Scroll asset list --- src/templates/attract/assets/for_project.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/attract/assets/for_project.jade b/src/templates/attract/assets/for_project.jade index 85ceec8..2b70529 100644 --- a/src/templates/attract/assets/for_project.jade +++ b/src/templates/attract/assets/for_project.jade @@ -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 %}