Skip to content

Commit b7f8c56

Browse files
committed
fix absolute script src
1 parent d21c1ed commit b7f8c56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
body {
1616
background-color: white;
1717
font-family: 'Karla', sans-serif;
18+
overflow: hidden;
1819
}
1920

2021
#cursor {
@@ -28,12 +29,13 @@
2829

2930
</style>
3031
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-loader.js"></script>
31-
<script src="/dist/acc-components.js"></script>
32+
<script src="dist/acc-components.js"></script>
3233
</head>
3334
<body>
3435

3536
<acc-side-panel label="Components">
3637
<acc-group label="Tracking">
38+
<a href="docs/api/classes/_components_input_mode_select_.inputmodeselectelement.html">Documentation</a>
3739
<acc-input-mode-select contentselector="#main-content" hidelabel>
3840
<acc-mouse-input amplification="10" label="Custom Mouse/Keyboard"></acc-mouse-input>
3941
<acc-pose-input amplification="2" smoothing="0.5"></acc-pose-input>

0 commit comments

Comments
 (0)