mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
fix(journal): journal filter options max height
This commit is contained in:
@@ -332,7 +332,6 @@ export default defineComponent({
|
|||||||
@use '../../styles/dropdown-filters';
|
@use '../../styles/dropdown-filters';
|
||||||
|
|
||||||
.filters-options > .dropdown_wrapper {
|
.filters-options > .dropdown_wrapper {
|
||||||
height: calc(100vh - 19em);
|
max-height: calc(100vh - 18.5em);
|
||||||
min-height: 500px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user