From aadb2a7fad50b55ed149fa28adba3da7f780ee03 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 9 Sep 2013 18:06:52 +0200 Subject: [PATCH] Revert "SONAR-4438 "More actions" drop list does not fit in the issue details modal window" This reverts commit e2572f904de475677b13ae5fc83b0dbb93f0554c. --- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 3379730de94..6750544429e 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2116,7 +2116,7 @@ table.nowrap td, td.nowrap, th.nowrap { max-width: 220px; min-width: 160px; padding: 0; - position: fixed; + position: absolute; z-index: 1000; } -- 2.39.5