diff --git a/packages/gallery/src/app.js b/packages/gallery/src/app.js index 7644666..1f496ee 100644 --- a/packages/gallery/src/app.js +++ b/packages/gallery/src/app.js @@ -10,7 +10,7 @@ import { EventEmitter } from 'events'; EventEmitter.defaultMaxListeners = 1000; // https://github.com/pouchdb/pouchdb/issues/6123 // Attach our root view to the DOM -createView(GalleryView, {}).mount(document.querySelector('#app')); +createView(GalleryView, {}).mount(document.body); // Start the router router.start('home'); diff --git a/packages/gallery/src/index.html b/packages/gallery/src/index.html index 6eb08d3..2d741a8 100644 --- a/packages/gallery/src/index.html +++ b/packages/gallery/src/index.html @@ -5,7 +5,6 @@
-