Skip to content

Commit

Permalink
Fix tooltip notworking
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Nov 29, 2024
1 parent cb62ede commit 7493c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/salad_ui/tooltip.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule SaladUI.Tooltip do
data-side={@side}
class={
classes([
"tooltip-content absolute whitespace-nowrap hidden group-hover/tooltip:block fixed",
"tooltip-content absolute whitespace-nowrap hidden group-hover/tooltip:block",
"z-50 w-auto overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
@variant_class,
@class
Expand Down

0 comments on commit 7493c44

Please sign in to comment.