Fixing issue #37

This commit is contained in:
peteruithoven 2014-01-30 14:04:50 +01:00
parent 9bad257922
commit 320c5c7d18
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -2,6 +2,7 @@
#rightpanel {
position: absolute;
width: @right-panel-width;
overflow:hidden; /* hide thermometer and process indicator */
top: 0;
right: 0;
bottom: 0;