fix: select popper position

This commit is contained in:
Anton Reshetov 2024-01-14 16:13:43 +03:00
parent 825f14e8b5
commit e509960614
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ const props = withDefaults(
defineProps<SelectContentProps & { class?: string }>(), {
position: 'popper',
sideOffset: 4,
avoidCollisions: true,
},
)
const emits = defineEmits<SelectContentEmits>()

View File

@ -13,6 +13,7 @@ const props = withDefaults(
defineProps<SelectContentProps & { class?: string }>(), {
position: 'popper',
sideOffset: 4,
avoidCollisions: true,
},
)
const emits = defineEmits<SelectContentEmits>()