Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0683a0f

Browse files
author
André Nogueira
committed
Quick workaround for the bottom panel not appearing correctly in IE and FF.
Does not fully solve the issue, but does solve the most common case. See the bug report for more information. Addresses bug http://code.google.com/p/googletransitdatafeed/issues/detail?id=45 Review at http://codereview.appspot.com/164058
1 parent 9384943 commit 0683a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gtfsscheduleviewer/files/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@
604604
html += svgTag("/ttablegraph?height=100&trip=" + tripId, "height='115' width='100%'");
605605
var bottombarDiv = document.getElementById("bottombar");
606606
bottombarDiv.style.display = "block";
607+
bottombarDiv.style.height = "175px";
607608
bottombarDiv.innerHTML = html;
608609
sizeRouteList();
609610
}

0 commit comments

Comments
 (0)