CSS scrollbar fix

Fix body horizontal scrollbar, when viewing UI at low resolution
This commit is contained in:
bfederle 2012-05-10 08:20:56 -07:00
parent 26f9cc6475
commit 3e47cf6dcd
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ body {
font-family: sans-serif;
height: 769px !important;
overflow: auto;
overflow-x: hidden;
background: #FFFFFF;
}