From d4fe88adab2d90bd1cb596e3fddf33f89ccd6213 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Sun, 12 Jun 2011 17:59:43 +0200 Subject: [PATCH] Disable the fixed context bar if the content is already to big --- src/IDF/templates/idf/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IDF/templates/idf/base.html b/src/IDF/templates/idf/base.html index 3009db0..d2a0a07 100644 --- a/src/IDF/templates/idf/base.html +++ b/src/IDF/templates/idf/base.html @@ -98,6 +98,7 @@ $(document).ready(function(){ $('div#context').offset().top + $('div#context').height() < $(window).height(); }); + $(window).resize(); }); //]]>{/literal} {/if}