From db2033d2e683ea5a2a398291cf2d7728a5be27b0 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 8 Jan 2013 11:27:12 -0800 Subject: [PATCH] List view UI: Disable overflow scrolling --- ui/css/cloudstack3.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e1c9c86a04f..58563a6711a 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -452,11 +452,6 @@ div.list-view table tbody td span { white-space: nowrap; } -div.list-view table tbody td span:hover { - overflow: auto; - margin-top: 4px; -} - div.list-view div.toolbar div.section-switcher div.section-select label { margin: 0 9px 0 0; }