Project

General

Profile

Patch #32019 » remove-vertical-scroll-on-gantt-page.patch

Anonymous, 2019-09-04 19:18

View differences:

public/stylesheets/application.css (working copy)
1262 1262

  
1263 1263
#my-page .list th.checkbox, #my-page .list td.checkbox {display:none;}
1264 1264
/***** Gantt chart *****/
1265
div.gantt_content {
1266
  overflow: scroll;
1267
}
1268 1265
table.gantt-table {
1269 1266
  width: 100%;
1270 1267
  border-collapse: collapse;
(1-1/2)