change css height filter box

This commit is contained in:
ogerly 2023-02-03 08:31:37 +01:00
parent a6db7e9548
commit 9497a9cfdc

View File

@ -286,7 +286,7 @@ export default {
#my-filter { #my-filter {
background-color: white; background-color: white;
box-shadow: rgb(189 189 189) 1px 9px 15px 1px; box-shadow: rgb(189 189 189) 1px 9px 15px 1px;
height: 448px; max-height: 480px;
overflow: auto; overflow: auto;
} }