#1083: HTML export: show a scroll bar when needed.

SVN:trunk[3535]
This commit is contained in:
Denis Flaven
2015-04-03 09:36:40 +00:00
parent a876cd2186
commit 0000cfd234

View File

@@ -185,7 +185,8 @@ if (!empty($sExpression))
{
case 'html':
$oP = new NiceWebPage("iTop - Export");
$oP->add_style('body { overflow: auto; }'); // Show scroll bars if needed
// Integration within MS-Excel web queries + HTTPS + IIS:
// MS-IIS set these header values with no-cache... while Excel fails to do the job if using HTTPS
// Then the fix is to force the reset of header values Pragma and Cache-control