Fix the timeline clipping path.

The use of <base> prevented the clip-path from working as intended,
causing rects in the timeline to overflow onto the worker labels.
This patch removes the <base> tag and disables HTML5 links (which
would have been needed anyway) to fix the issue.

Change-Id: Ia36abfc4f7f2a0d755c16f9d3c825e33a1c9269a
This commit is contained in:
Tim Buckley
2015-11-20 17:17:15 -07:00
parent 756d281ee4
commit 2bad445737

View File

@@ -1,7 +1,6 @@
<!doctype html>
<html class="no-js">
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title ng-bind="pageTitle"></title>