We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302c016 commit 1640fffCopy full SHA for 1640fff
src/PickerTrigger.tsx
@@ -7,7 +7,15 @@ const BUILT_IN_PLACEMENTS = {
7
points: ['tl', 'bl'],
8
offset: [0, 4],
9
overflow: {
10
- adjustX: 0,
+ adjustX: 1,
11
+ adjustY: 1,
12
+ },
13
14
+ bottomRight: {
15
+ points: ['tr', 'br'],
16
+ offset: [0, 4],
17
+ overflow: {
18
19
adjustY: 1,
20
},
21
@@ -19,6 +27,14 @@ const BUILT_IN_PLACEMENTS = {
27
28
29
30
+ topRight: {
31
+ points: ['br', 'tr'],
32
+ offset: [0, -4],
33
34
+ adjustX: 0,
35
36
37
22
38
};
23
39
24
40
export interface PickerTriggerProps {
0 commit comments