fix(journal): journal filter options max height

This commit is contained in:
2026-02-27 00:27:16 +01:00
parent a5f9f8901b
commit 67ce9c7365
@@ -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);
}
</style>