From 14bcf46e2fa97506e9a92fd6072a69c0599ac18d Mon Sep 17 00:00:00 2001 From: louisameline Date: Wed, 15 Jan 2014 08:43:55 +0100 Subject: [PATCH] Removed height 100% that caused the body not to occupy the full window, thus making Tooltipster look broken with trigger click --- doc/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/css/style.css b/doc/css/style.css index 8cc827b..47d5b1d 100644 --- a/doc/css/style.css +++ b/doc/css/style.css @@ -23,10 +23,6 @@ orange #ff5e3c */ color: #fff; } -body, html { - height: 100%; -} - body { color: #5d6365; font-size: 1em;