diff --git a/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue b/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue
index 476e291..2740e3e 100644
--- a/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue
+++ b/client/components/Search/SelectGenreDialog/SelectGenreDialog.vue
@@ -8,28 +8,26 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -91,8 +89,8 @@ class GenreSelectDialog {
}
async init() {
- await this.$refs.dialog.waitShown();
- this.$refs.box.style.height = `${document.body.clientHeight - 160}px`;
+ //await this.$refs.dialog.waitShown();
+ //this.$refs.box.style.height = `${document.body.clientHeight - 160}px`;
}
get nodes() {
@@ -164,14 +162,8 @@ export default vueComponent(GenreSelectDialog);