1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00

Shrink default popover offset

This commit is contained in:
Andrew Kingston 2024-04-05 12:25:04 +01:00
parent 964600345b
commit 74ff54eb8a

View file

@ -18,7 +18,7 @@
export let open = false
export let useAnchorWidth = false
export let dismissible = true
export let offset = 5
export let offset = 4
export let customHeight
export let animate = true
export let customZindex