fix: select popper position
This commit is contained in:
parent
825f14e8b5
commit
e509960614
|
|
@ -13,6 +13,7 @@ const props = withDefaults(
|
|||
defineProps<SelectContentProps & { class?: string }>(), {
|
||||
position: 'popper',
|
||||
sideOffset: 4,
|
||||
avoidCollisions: true,
|
||||
},
|
||||
)
|
||||
const emits = defineEmits<SelectContentEmits>()
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ const props = withDefaults(
|
|||
defineProps<SelectContentProps & { class?: string }>(), {
|
||||
position: 'popper',
|
||||
sideOffset: 4,
|
||||
avoidCollisions: true,
|
||||
},
|
||||
)
|
||||
const emits = defineEmits<SelectContentEmits>()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user