summaryrefslogtreecommitdiff
path: root/lib/scripts/page.js
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-01 14:05:20 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-01 14:08:13 +0100
commit9f6d88deb91f2a191f2d1ef5c10ce42afead458f (patch)
treeef0cc17ea8965cc6ce23430b48f4dae5322d5025 /lib/scripts/page.js
parentd23e64f3008a799a497ac975a83ef37087b11203 (diff)
downloadrpg-9f6d88deb91f2a191f2d1ef5c10ce42afead458f.tar.gz
rpg-9f6d88deb91f2a191f2d1ef5c10ce42afead458f.tar.bz2
changed 'height' in JS to 'min-height'
Diffstat (limited to 'lib/scripts/page.js')
-rw-r--r--lib/scripts/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/page.js b/lib/scripts/page.js
index 78943be7a..728887687 100644
--- a/lib/scripts/page.js
+++ b/lib/scripts/page.js
@@ -130,7 +130,7 @@ dw_page = {
if(!state) state = 1;
// Assert that content instantly takes the whole space
- $content.css('height', $content.height()).show();
+ $content.css('min-height', $content.height()).show();
// stop any running animation
$child.stop(true, true);