Ahem, that can be solved, for now , in theme's css/index.css , find
div#header div.user {
float: left;
height: 100%;
margin-top: 1em;
overflow: auto;
width: 45%;
}
Replace with :
div#header div.user {
float: left;
height: 100%;
margin-top: 1em;
width: 45%;
}