diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-03 11:40:06 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-03 11:40:06 +0000 |
commit | 26661b320a4ca2a32d4460112102e815e2541b70 (patch) | |
tree | 18f74e2c5519cb1c86da7e710f693ca887836566 | |
parent | f6cf0e72871f9a635eaa95392fefdf48e07728b1 (diff) | |
download | redmine-26661b320a4ca2a32d4460112102e815e2541b70.tar.gz redmine-26661b320a4ca2a32d4460112102e815e2541b70.zip |
Backports r23172 to 5.1-stable (#41624).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23184 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b8212c068..009424993 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1576,6 +1576,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { border: 0; box-shadow: none; white-space: pre-wrap; + pointer-events: none; } /***** Icons *****/ |