Shrink default popover offset

This commit is contained in:
Andrew Kingston 2024-04-05 12:25:04 +01:00
parent 964600345b
commit 74ff54eb8a
1 changed files with 1 additions and 1 deletions

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