backoffice: make the main content scroll instead of overflowing (#1804)

This commit is contained in:
Frédéric Péters 2012-10-26 17:20:38 +02:00
parent 1d61164bd8
commit 0769222521
1 changed files with 1 additions and 0 deletions

View File

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