vue3-popper
vue3-popper copied to clipboard
--popper-theme-border-width affects arrow
Description of the bug
If you don't want a border around the popper and use --popper-theme-border-width: 0, this also removes the arrow completely. It looks like the arrow size is linked to the same --popper-theme-border-width variable.
To Reproduce Steps to reproduce the behavior:
- Set
arrowproperty, observe an arrow shows up - Set the
--popper-theme-border-widthvar to0 - Observe arrow is gone
Expected behavior Arrow size to have independent styling variable from the popper's own border
Screenshots With border 2px:

With border 0:

Border is correctly removed, but arrow is gone.
@adamreisnz I also faced the same issue. It seems that along with the 0 value, "px" must be added as well. Cheers