From 660a3e8ca761113f8e1b739dba11eddf7f581cbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9as=20Lundgren?= Date: Mon, 24 Oct 2016 16:15:04 +0200 Subject: [PATCH] Update the 101% table height to use a fixed scrollbar via CSS (#28) Tested on Windows 10 on latest Chrome, Firefox 43+47+48+49, Internet Explorer 11+10 (and emulated 9+8+7) and Microsoft Edge 38. --- WEB-INF/templates/header.tpl | 5 +---- default.css | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index b307f4c8..3bedfb1e 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -20,10 +20,7 @@ {assign var="tab_width" value="700"} - - +
diff --git a/default.css b/default.css index 611d4255..b1b7ec36 100644 --- a/default.css +++ b/default.css @@ -33,6 +33,10 @@ a:visited { text-decoration: none; } a:hover { text-decoration: underline; } +html { + overflow-y: scroll; +} + body { font-size: 10pt; font-family: verdana; -- 2.20.1