.admin-content area shifted to the bottom of .menu-wrapper:
(http://f5.s.qip.ru/LHJwjzlc.png)
In Firefox, Chrome is all ok
The fix is:
need to add
.virtuemart-admin-area .menu-wrapper {
min-width: 200px;
width: 220px;
border-right: solid #b4b4b4 1px;
float:left;
}
in file administrator\components\com_virtuemart\assets\css\admin_ui.css on line 4
and
.virtuemart-admin-area .admin-content {overflow:hidden;}