Skip to content

Commit 96a2598

Browse files
committed
commit
1 parent 97c7e86 commit 96a2598

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

demo/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
55
<meta name="mobile-web-app-capable" content="yes">
66
<meta name="apple-mobile-web-app-capable" content="yes">
7-
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
88
<title>pf-pageindicator demo</title>
99
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
1010

@@ -13,7 +13,13 @@
1313
<link rel="import" href="../pf-pageindicator.html">
1414

1515

16-
<style is="custom-style" include="demo-pages-shared-styles"></style>
16+
<style is="custom-style" include="demo-pages-shared-styles">
17+
section {
18+
margin: 24px;
19+
position: absolute;
20+
z-index: 2;
21+
}
22+
</style>
1723

1824
</head>
1925
<body unresolved class="centered">

0 commit comments

Comments
 (0)