css: avoid a vertical scrollbar on main content of backoffice/admin

This commit is contained in:
Frédéric Péters 2012-11-11 19:45:25 +01:00 committed by Thomas NOEL
parent b9d4b1e59e
commit 93cf9ff1bc
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ div#main-content {
float: left;
position: relative;
overflow-x: auto;
overflow-y: hidden;
}
div#main-content h2 {