diff --git a/index.html b/index.html
index df92352..8b55ce7 100644
--- a/index.html
+++ b/index.html
@@ -28,7 +28,13 @@
-
+
-
+
diff --git a/src/components/JournalView/JournalOptions.vue b/src/components/JournalView/JournalOptions.vue
index d2631c8..dcfcf96 100644
--- a/src/components/JournalView/JournalOptions.vue
+++ b/src/components/JournalView/JournalOptions.vue
@@ -332,7 +332,6 @@ export default defineComponent({
@use '../../styles/dropdown-filters';
.filters-options > .dropdown_wrapper {
- height: calc(100vh - 19em);
- min-height: 500px;
+ max-height: calc(100vh - 18.5em);
}