floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

Popover becomes sticky

Open RAIbrahim360 opened this issue 1 year ago • 4 comments
trafficstars

https://github.com/Akryum/floating-vue/assets/53712362/db83e145-02b9-42c2-bcbf-4a26417fd7f3

"floating-vue": "^1.0.0-beta.19". I'm using Dropdown component. The bug appears when i'm using placement=right start or left start.

RAIbrahim360 avatar Dec 14 '23 00:12 RAIbrahim360

@Akryum Any progress on that?

RAIbrahim360 avatar Apr 04 '24 03:04 RAIbrahim360

You need to set prevent-overflow to false

Akryum avatar Apr 04 '24 09:04 Akryum

@Akryum No! It isn't solution because now popover goes outside of boundary but is should reposition. It's bug because when i set placement as top or bottom it works but bug appears when placement right or left. When this library used popper.js there's no bug.

RAIbrahim360 avatar Apr 07 '24 09:04 RAIbrahim360

Then try setting shift to false https://floating-vue.starpad.dev/api/#shift

Akryum avatar Apr 07 '24 09:04 Akryum