News:

Support the VirtueMart project and become a member

Main Menu

VM 3.0.9 backend layout IE 10

Started by d0ublezer0, June 03, 2015, 11:29:39 AM

Previous topic - Next topic

d0ublezer0

.admin-content area shifted to the bottom of .menu-wrapper:


In Firefox, Chrome is all ok

d0ublezer0

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

d0ublezer0

and
.virtuemart-admin-area .admin-content {overflow:hidden;}