From 320c5c7d18787d69ded3e1529988dc2070935692 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 30 Jan 2014 14:04:50 +0100 Subject: [PATCH] Fixing issue #37 --- less/base.less | 2 +- less/base_rightpanel.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/less/base.less b/less/base.less index 5375bbc..560dfa7 100644 --- a/less/base.less +++ b/less/base.less @@ -22,7 +22,7 @@ body { bottom: 0; left: 0; right: 0; - overflow: hidden; + /*overflow: hidden;*/ margin: 0 auto; // solution from: http://stackoverflow.com/questions/14085822/css-firefox-box-shadow-and-outline diff --git a/less/base_rightpanel.less b/less/base_rightpanel.less index ae05750..2fadf47 100644 --- a/less/base_rightpanel.less +++ b/less/base_rightpanel.less @@ -2,6 +2,7 @@ #rightpanel { position: absolute; width: @right-panel-width; + overflow:hidden; /* hide thermometer and process indicator */ top: 0; right: 0; bottom: 0;