diff --git a/overrides/dist/app/index.html b/overrides/dist/app/index.html
new file mode 100644
index 00000000..dc81170f
--- /dev/null
+++ b/overrides/dist/app/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
IIIF Timeliner
+
+
+ Timeliner is a reimplementation of Variations Audio Timeliner as a web
+ application, using the IIIF Presentation API 3.0. As with the original
+ version, developed as a part of the Variations Digital Music Library
+ System, it is an audio annotation and analysis tool for creating and
+ labeling bubble diagrams. These diagrams can be used to navigate music
+ or other audio for detailed study.
+
+
+ In addition to its use as a standalone application, the Timeliner is
+ available as integrated feature within the successor to Variations,
+ Avalon Media System. Avalon users can create new bubble diagrams
+ directly from item pages within their Avalon instance and edit, share
+ and copy timelines across all items in the repository.
+
+
+ Please note that due to standard browser security, audio resources used
+ with Timeliner must be set up for Cross-origin resource sharing (CORS).
+ This is not necessarily the case for many resources on the web, and not
+ all URLs for media files may work.
+
+
+
Go to Timeliner
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 348386f5..9a22ed96 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"start": "fesk-start",
- "build": "fesk-build && docz build",
+ "build": "fesk-build && docz build && cp -R overrides/dist/* dist/",
"test": "jest --coverage",
"docz:dev": "docz dev",
"docz:build": "docz build",
diff --git a/src/components/AudioTransportBar/AudioTransportBar.js b/src/components/AudioTransportBar/AudioTransportBar.js
index 6458cd7c..480d28b7 100644
--- a/src/components/AudioTransportBar/AudioTransportBar.js
+++ b/src/components/AudioTransportBar/AudioTransportBar.js
@@ -116,11 +116,11 @@ class AudioTransportBar extends Component {
root: 'audio-transport-bar__button-text',
label: 'audio-transport-bar__button-text',
}}
+ aria-label="Split the current bubble at the current time"
>
{volume === 0 ? (
diff --git a/src/main.scss b/src/main.scss
index 966fdba7..f885bc11 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -11,7 +11,6 @@ html {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
- overflow: hidden;
background: #eee;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;