From 7fa5435d54bf24956cf8c07fe41791323d7904ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 13 Oct 2013 00:28:51 +0200 Subject: [PATCH] htmlreport: use "overflow: auto" in body. This prevents the
 text from overlapping the "page" class. Instead a scrollbar is
 displayed at the bottom of the element.

---
 htmlreport/cppcheck-htmlreport | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport
index 3d510aa11..877ec7620 100755
--- a/htmlreport/cppcheck-htmlreport
+++ b/htmlreport/cppcheck-htmlreport
@@ -37,6 +37,7 @@ body {
     border-right: 2px solid #aaa;
     background-color: white;
     padding: 20px;
+    overflow: auto;
 }
 
 #header {