1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/*主控台固定於上方*/

#dashboard_holder {
  position: absolute;
  top: 42px;  /*上方橫條高度*/
  left: 50%;
  transform: translate(-50%, 0);
}
#timeline_holder {
  margin-top: 500px; /*根據主控台高度手動調整,數值越大河道越下面*/
}