Issue with tool tip arrow. How is the arrow rendered in the tooltip? #557
TristanBrotherton
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you show us your code and create a REPL? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project where I have just imported the tooltip from flowbite-svelte. Everything is working as expected with the exception of the tooltip arrow which is never rendered. In the DOM I can see:

However the arrow is not show. In the code all i see is:
flowbite-svelte/src/lib/utils/Popper.svelte
Line 146 in 1d77a9c
However in my implementation it doesn't appear to be getting any styling...
Beta Was this translation helpful? Give feedback.
All reactions