backoffice: only display scrollbar when necessary (#1804)

This commit is contained in:
Frédéric Péters 2012-10-29 15:55:05 +01:00
parent 0769222521
commit 3fd6f835ad
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ div#main-content {
background: white;
float: left;
position: relative;
overflow-x: scroll;
overflow-x: auto;
}
div#main-content h2 {