From 4080a03051b244c061fdc494dec67d3ee97f9a1a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 3 Jun 2011 11:33:32 -0400 Subject: dialog scrolling table Tables on the dialog page need to have the scrolling set but should not resize with the main window, since their window is a JQuery UI dialog. --- install/ui/entity.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/entity.js') diff --git a/install/ui/entity.js b/install/ui/entity.js index da5b3ea60..c3c5135b9 100644 --- a/install/ui/entity.js +++ b/install/ui/entity.js @@ -132,7 +132,6 @@ IPA.facet = function (spec) { that.resize = function(){ var facet_content = $('.facet-content', that.container); - facet_content.css("height", 'auto'); facet_content.css('overflow-y', 'auto'); var content_max_height = $(window).height() - -- cgit