diff --git a/package.json b/package.json index 1f6b841..cff2ab9 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "lodash": "^4.17.15", "moment": "^2.24.0", "vue": "^2.6.10", + "vue-virtual-scroll-list": "^1.4.4", "vuex": "^3.0.1" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 2782e35..a389603 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ html, body, #app { margin: 0; padding: 0; width: 400px; - height: 600px; + height: 576px; overflow: hidden; } diff --git a/src/components/ExplorerPanel.vue b/src/components/ExplorerPanel.vue index 8111f50..4598fb5 100644 --- a/src/components/ExplorerPanel.vue +++ b/src/components/ExplorerPanel.vue @@ -1,6 +1,6 @@