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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user