mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated schedule template
This commit is contained in:
parent
5c8e326daa
commit
c0f7dc3215
27 changed files with 232 additions and 144 deletions
|
@ -25,7 +25,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if page.permalink == '/schedule/' %}
|
||||
{% include session-modals.html %}
|
||||
{% include sessions-modals.html %}
|
||||
{% endif %}
|
||||
|
||||
{% include analytics.html %}
|
||||
|
@ -51,7 +51,7 @@
|
|||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
var navHeight = $('#top-header').height();
|
||||
var headerHeight = $('.stream-header').first().height();
|
||||
var headerHeight = $('.track-header').first().height();
|
||||
$('.stick-header').stick_in_parent({sticky_class: 'sticky', offset_top: navHeight});
|
||||
$('.stick-label').stick_in_parent({offset_top: navHeight + headerHeight});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue