From 3e47cf6dcddff08cb0f6fef2b7cae97050b1da07 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 10 May 2012 08:20:56 -0700 Subject: [PATCH] CSS scrollbar fix Fix body horizontal scrollbar, when viewing UI at low resolution --- ui/css/cloudstack3.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 29baa5e0db4..556981069d7 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -31,7 +31,6 @@ body { font-family: sans-serif; height: 769px !important; overflow: auto; - overflow-x: hidden; background: #FFFFFF; }