flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

data-popper-arrow does not inherit parent style

Open jasoncox opened this issue 2 years ago • 0 comments

The data-popper-arrow element does not inherit the border style from its parent.

Here is an example of my implementation:

<div id="tooltip-error" class="absolute z-10 invisible inline-block max-w-sm px-3 py-2 text-xs font-normal text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700 dark:border dark:border-gray-500">
  <%= "Error: #{bucket.connection}" %>
  <div class="tooltip-arrow" data-popper-arrow></div>
</div>
Screenshot 2023-07-10 at 9 27 12 PM

jasoncox avatar Jul 11 '23 12:07 jasoncox