diff --git a/ui/src/views/script/FilterModal.vue b/ui/src/views/script/FilterModal.vue index 7d6a2761cce241ee43e578570e74e0e9da8b4100..0d6ba9742c9e46506759a4c921fbfa1e6662e338 100644 --- a/ui/src/views/script/FilterModal.vue +++ b/ui/src/views/script/FilterModal.vue @@ -222,6 +222,7 @@ const menuFinalStyle = computed(() => { style.maxHeight = `${Math.round(windowSize.height.value - style.top - 10)}px`; style.maxWidth = `${Math.round(windowSize.width.value - style.left - 10)}px`; + style.minWidth = '160px'; style.left = `${Math.round(style.left)}px`; style.top = `${Math.round(style.top)}px`; style.overflow = "auto";