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;