mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
Fixing issue #37
This commit is contained in:
parent
9bad257922
commit
320c5c7d18
@ -22,7 +22,7 @@ body {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow: hidden;
|
/*overflow: hidden;*/
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
// solution from: http://stackoverflow.com/questions/14085822/css-firefox-box-shadow-and-outline
|
// solution from: http://stackoverflow.com/questions/14085822/css-firefox-box-shadow-and-outline
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#rightpanel {
|
#rightpanel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: @right-panel-width;
|
width: @right-panel-width;
|
||||||
|
overflow:hidden; /* hide thermometer and process indicator */
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user