Skip to content

Commit da41e38

Browse files
committed
Use bottom-end as the default dropdown placement
1 parent 8d26663 commit da41e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prima/dropdown.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ defmodule Prima.Dropdown do
8989

9090
# Floating UI positioning options
9191
attr :placement, :string,
92-
default: "bottom-start",
92+
default: "bottom-end",
9393
values:
9494
~w(top top-start top-end right right-start right-end bottom bottom-start bottom-end left left-start left-end)
9595

0 commit comments

Comments
 (0)