Fixed scrollbars in admin center

This commit is contained in:
Mike Koch 2014-06-10 20:42:37 -04:00
parent bbe56f5e82
commit 8094e320ab

View File

@ -18,6 +18,11 @@
$questionMarkColor = $hesk_ui_settings['questionMarkColor'];
?>
.row {
margin-left: 0px;
margin-right: 0px;
}
.navbar {
margin-bottom: 0;
}