]> source.dussan.org Git - redmine.git/commitdiff
Fix that r18089 disabled context menu in the gantt subject column (#31268).
authorGo MAEDA <maeda@farend.jp>
Mon, 29 Apr 2019 12:03:33 +0000 (12:03 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 29 Apr 2019 12:03:33 +0000 (12:03 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@18095 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index dbafe14229f3a4b8c4c9ca719df004daa3916051..bd4f94fe4d3f5735bffdaff7dbd447e45d567107 100644 (file)
@@ -1255,7 +1255,7 @@ div.wiki img {vertical-align:middle; max-width:100%;}
 
 .gantt_hdr.nwday {background-color:#f1f1f1; color:#999;}
 
-.gantt_subjects { font-size: 0.8em; }
+.gantt_subjects { font-size: 0.8em; position: relative; z-index: 1; }
 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
 .gantt_subjects div.issue-subject:hover { background-color:#ffffdd; }