Remove unnecessary vertical scroll bar from gantt (#32019, #27672).

Patch by Antonio McDeal.


git-svn-id: http://svn.redmine.org/redmine/trunk@18439 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-09-05 11:20:44 +00:00
parent d825093c75
commit 0ccc4158f5

View File

@@ -1262,9 +1262,6 @@ div.wiki img {vertical-align:middle; max-width:100%;}
#my-page .list th.checkbox, #my-page .list td.checkbox {display:none;}
/***** Gantt chart *****/
div.gantt_content {
overflow: scroll;
}
table.gantt-table {
width: 100%;
border-collapse: collapse;